Module: ScientificNameDirty::DoubleYear1
- Defined in:
- lib/biodiversity/parser/scientific_name_dirty.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
697 698 699 |
# File 'lib/biodiversity/parser/scientific_name_dirty.rb', line 697 def details {:year => value} end |
#pos ⇒ Object
693 694 695 |
# File 'lib/biodiversity/parser/scientific_name_dirty.rb', line 693 def pos {interval.begin => ['year', interval.end]} end |
#value ⇒ Object
689 690 691 |
# File 'lib/biodiversity/parser/scientific_name_dirty.rb', line 689 def value text_value end |