module ScientificNameClean::ScientificName41

Public Instance Methods

canonical() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 295
def canonical
  a.canonical + " × " + b.canonical
end
details() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 307
def details
  [a.details, b.details]
end
hybrid() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 303
def hybrid
  true
end
pos() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 299
def pos
  a.pos.merge(b.pos)
end
value() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 291
def value
  a.value + " × " + b.value
end