module ScientificNameCanonical::MultinomialWithGarbage5

Public Instance Methods

canonical() click to toggle source
# File lib/biodiversity/parser/scientific_name_canonical.rb, line 179
def canonical
  a.canonical + " " + b.canonical
end
details() click to toggle source
# File lib/biodiversity/parser/scientific_name_canonical.rb, line 187
def details
  a.details.merge(b.details)
end
pos() click to toggle source
# File lib/biodiversity/parser/scientific_name_canonical.rb, line 183
def pos
  a.pos.merge(b.pos)
end
value() click to toggle source
# File lib/biodiversity/parser/scientific_name_canonical.rb, line 175
def value
  a.value + " " + b.value
end