module ScientificNameClean::Infraspecies1
Public Instance Methods
canonical()
click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 1720 def canonical a.canonical end
details()
click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 1728 def details {:infraspecies => a.details[:infraspecies].merge(b.details)} end
pos()
click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 1724 def pos a.pos.merge(b.pos) end
value()
click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 1716 def value a.value + " " + b.value end