module ScientificNameDirty::Year1
Public Instance Methods
details()
click to toggle source
# File lib/biodiversity/parser/scientific_name_dirty.rb, line 673 def details {:year => a.value, :approximate_year => b.value} end
pos()
click to toggle source
# File lib/biodiversity/parser/scientific_name_dirty.rb, line 669 def pos a.pos.merge(b.pos) end
value()
click to toggle source
# File lib/biodiversity/parser/scientific_name_dirty.rb, line 665 def value a.value + " " + b.value end