module ScientificNameCanonical::MultinomialWithGarbage1

Public Instance Methods

canonical() click to toggle source
# File lib/biodiversity/parser/scientific_name_canonical.rb, line 107
def canonical
  a.canonical + " " + c.canonical
end
details() click to toggle source
# File lib/biodiversity/parser/scientific_name_canonical.rb, line 115
def details
  a.details.merge(b.details).merge(c.details)
end
pos() click to toggle source
# File lib/biodiversity/parser/scientific_name_canonical.rb, line 111
def pos
  a.pos.merge(b.pos).merge(c.pos)
end
value() click to toggle source
# File lib/biodiversity/parser/scientific_name_canonical.rb, line 103
def value
  a.value + " " + b.value + " " + c.value
end