Class: Position
- Inherits:
-
Struct
- Object
- Struct
- Position
- Defined in:
- lib/keyword_prospector.rb
Instance Attribute Summary collapse
-
#begin ⇒ Object
Returns the value of attribute begin.
-
#end ⇒ Object
Returns the value of attribute end.
Instance Attribute Details
#begin ⇒ Object
Returns the value of attribute begin
10 11 12 |
# File 'lib/keyword_prospector.rb', line 10 def begin @begin end |
#end ⇒ Object
Returns the value of attribute end
10 11 12 |
# File 'lib/keyword_prospector.rb', line 10 def end @end end |