module ScientificNameClean::ScientificName31

Public Instance Methods

canonical() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 473
def canonical
  b.canonical
end
details() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 485
def details
  b.details
end
hybrid() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 481
def hybrid
  true
end
pos() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 477
def pos
  b.pos
end
value() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 469
def  value
  a.value + " " + b.value
end