Class: StaticSourceLoc::SourceLoc
- Inherits:
-
Struct
- Object
- Struct
- StaticSourceLoc::SourceLoc
- Defined in:
- lib/static_source_loc.rb
Instance Attribute Summary collapse
-
#file ⇒ Object
Returns the value of attribute file.
-
#line ⇒ Object
Returns the value of attribute line.
Instance Attribute Details
#file ⇒ Object
Returns the value of attribute file
8 9 10 |
# File 'lib/static_source_loc.rb', line 8 def file @file end |
#line ⇒ Object
Returns the value of attribute line
8 9 10 |
# File 'lib/static_source_loc.rb', line 8 def line @line end |