Module: ScientificNameDirty::Year1
- Defined in:
- lib/biodiversity/parser/scientific_name_dirty.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
673 674 675 |
# File 'lib/biodiversity/parser/scientific_name_dirty.rb', line 673 def details {:year => a.value, :approximate_year => b.value} end |
#pos ⇒ Object
669 670 671 |
# File 'lib/biodiversity/parser/scientific_name_dirty.rb', line 669 def pos a.pos.merge(b.pos) end |
#value ⇒ Object
665 666 667 |
# File 'lib/biodiversity/parser/scientific_name_dirty.rb', line 665 def value a.value + " " + b.value end |