class Keisan::StringAndGroupParser::Portion

Attributes

end_index[R]
start_index[R]

Public Class Methods

new(start_index) click to toggle source
# File lib/keisan/string_and_group_parser.rb, line 6
def initialize(start_index)
  @start_index = start_index
end