Module: Trxl::SplitFunction0

Defined in:
lib/trxl/trxl_grammar.rb

Instance Method Summary collapse

Instance Method Details

#space1Object



5673
5674
5675
# File 'lib/trxl/trxl_grammar.rb', line 5673

def space1
  elements[1]
end

#space2Object



5677
5678
5679
# File 'lib/trxl/trxl_grammar.rb', line 5677

def space2
  elements[3]
end

#space3Object



5685
5686
5687
# File 'lib/trxl/trxl_grammar.rb', line 5685

def space3
  elements[5]
end

#space4Object



5689
5690
5691
# File 'lib/trxl/trxl_grammar.rb', line 5689

def space4
  elements[7]
end

#space5Object



5697
5698
5699
# File 'lib/trxl/trxl_grammar.rb', line 5697

def space5
  elements[9]
end

#split_charObject



5693
5694
5695
# File 'lib/trxl/trxl_grammar.rb', line 5693

def split_char
  elements[8]
end

#split_stringObject



5681
5682
5683
# File 'lib/trxl/trxl_grammar.rb', line 5681

def split_string
  elements[4]
end