module ScientificNameCanonical::MultinomialWithGarbage3
Public Instance Methods
canonical()
click to toggle source
# File lib/biodiversity/parser/scientific_name_canonical.rb, line 143 def canonical a.canonical end
details()
click to toggle source
# File lib/biodiversity/parser/scientific_name_canonical.rb, line 151 def details a.details.merge(b.details) end
pos()
click to toggle source
# File lib/biodiversity/parser/scientific_name_canonical.rb, line 147 def pos a.pos.merge(b.pos) end
value()
click to toggle source
# File lib/biodiversity/parser/scientific_name_canonical.rb, line 139 def value a.value + " " + b.value end