Class: Ast::Merge::RenderByteSpan
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::RenderByteSpan
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#end_byte ⇒ Object
Returns the value of attribute end_byte.
-
#start_byte ⇒ Object
Returns the value of attribute start_byte.
Instance Attribute Details
#end_byte ⇒ Object
Returns the value of attribute end_byte
796 797 798 |
# File 'lib/ast/merge.rb', line 796 def end_byte @end_byte end |
#start_byte ⇒ Object
Returns the value of attribute start_byte
796 797 798 |
# File 'lib/ast/merge.rb', line 796 def start_byte @start_byte end |