module ScientificNameClean::Root0

Public Instance Methods

a() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 19
def a
  elements[1]
end
space1() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 15
def space1
  elements[0]
end
space2() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 23
def space2
  elements[2]
end