Class: Position

Inherits:
Struct
  • Object
show all
Defined in:
lib/keyword_prospector.rb

Instance Attribute Summary collapse

Instance Attribute Details

#beginObject

Returns the value of attribute begin

Returns:

  • (Object)

    the current value of begin



10
11
12
# File 'lib/keyword_prospector.rb', line 10

def begin
  @begin
end

#endObject

Returns the value of attribute end

Returns:

  • (Object)

    the current value of end



10
11
12
# File 'lib/keyword_prospector.rb', line 10

def end
  @end
end