Class: Ast::Merge::LineSpan
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::LineSpan
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#end_line ⇒ Object
Returns the value of attribute end_line.
-
#start_line ⇒ Object
Returns the value of attribute start_line.
Instance Attribute Details
#end_line ⇒ Object
Returns the value of attribute end_line
770 771 772 |
# File 'lib/ast/merge.rb', line 770 def end_line @end_line end |
#start_line ⇒ Object
Returns the value of attribute start_line
770 771 772 |
# File 'lib/ast/merge.rb', line 770 def start_line @start_line end |