module ScientificNameClean::MultiuninomialName1
Public Instance Methods
canonical()
click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 1545 def canonical a.canonical end
details()
click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 1557 def details a.details.merge(b.details(c)) end
hybrid()
click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 1549 def hybrid false end
pos()
click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 1553 def pos a.pos.merge(b.pos(c)) end
value()
click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 1541 def value a.value + " " + b.value + " " + c.value end