123456789_123456789_123456789_123456789_123456789_

Class: ActiveSupport::SyntaxErrorProxy::BacktraceLocation

Do not use. This class is for internal use only.
Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, ::Struct
Instance Chain:
self, ::Struct
Inherits: Struct
Defined in: activesupport/lib/active_support/syntax_error_proxy.rb

Instance Attribute Summary

Instance Method Summary

Instance Attribute Details

#lineno (rw)

[ GitHub ]

  
# File 'activesupport/lib/active_support/syntax_error_proxy.rb', line 15

class BacktraceLocation < Struct.new(:path, :lineno, :to_s)

#path (rw)

[ GitHub ]

  
# File 'activesupport/lib/active_support/syntax_error_proxy.rb', line 15

class BacktraceLocation < Struct.new(:path, :lineno, :to_s)

#to_s (rw)

[ GitHub ]

  
# File 'activesupport/lib/active_support/syntax_error_proxy.rb', line 15

class BacktraceLocation < Struct.new(:path, :lineno, :to_s)

Instance Method Details

#label

[ GitHub ]

  
# File 'activesupport/lib/active_support/syntax_error_proxy.rb', line 19

def label
end

#spot(_)

[ GitHub ]

  
# File 'activesupport/lib/active_support/syntax_error_proxy.rb', line 16

def spot(_)
end