module ScientificNameClean::ScientificName21

Public Instance Methods

canonical() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 559
def canonical
  a.canonical
end
details() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 571
def details
  a.details.merge(b.details)
end
hybrid() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 567
def hybrid
  a.hybrid rescue false
end
pos() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 563
def pos
  a.pos
end
value() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 555
def value
  a.value + " " + b.value
end