Class: IndexedLine
Instance Attribute Summary collapse
-
#index ⇒ Object
Returns the value of attribute index.
-
#line ⇒ Object
Returns the value of attribute line.
Instance Method Summary collapse
Instance Attribute Details
#index ⇒ Object
Returns the value of attribute index
58 59 60 |
# File 'lib/constants.rb', line 58 def index @index end |
#line ⇒ Object
Returns the value of attribute line
58 59 60 |
# File 'lib/constants.rb', line 58 def line @line end |
Instance Method Details
#to_s ⇒ Object
59 60 61 |
# File 'lib/constants.rb', line 59 def to_s line end |