module ScientificNameDirty::Species1

Public Instance Methods

canonical() click to toggle source
# File lib/biodiversity/parser/scientific_name_dirty.rb, line 337
def canonical
  a.canonical
end
details() click to toggle source
# File lib/biodiversity/parser/scientific_name_dirty.rb, line 345
def details
  {:species => a.details[:species].merge(b.details)}
end
pos() click to toggle source
# File lib/biodiversity/parser/scientific_name_dirty.rb, line 341
def pos
  a.pos.merge(b.pos)
end
value() click to toggle source
# File lib/biodiversity/parser/scientific_name_dirty.rb, line 333
def value
  a.value + " " + b.value
end