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
14 15 16 |
# File 'lib/constants.rb', line 14 def index @index end |
#line ⇒ Object
Returns the value of attribute line
14 15 16 |
# File 'lib/constants.rb', line 14 def line @line end |
Instance Method Details
#to_s ⇒ Object
15 16 17 |
# File 'lib/constants.rb', line 15 def to_s line end |