module ScientificNameCanonical::MultinomialWithGarbage2

Public Instance Methods

a() click to toggle source
# File lib/biodiversity/parser/scientific_name_canonical.rb, line 121
def a
  elements[0]
end
b() click to toggle source
# File lib/biodiversity/parser/scientific_name_canonical.rb, line 129
def b
  elements[2]
end
garbage() click to toggle source
# File lib/biodiversity/parser/scientific_name_canonical.rb, line 133
def garbage
  elements[3]
end
space() click to toggle source
# File lib/biodiversity/parser/scientific_name_canonical.rb, line 125
def space
  elements[1]
end