module ScientificNameClean::ScientificName43

Public Instance Methods

canonical() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 336
def canonical
  a.canonical
end
details() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 348
def details
  [a.details, "?"]
end
hybrid() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 344
def hybrid
  true
end
pos() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 340
def pos
  a.pos
end
value() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 332
def value
  a.value + " × ?"
end