Module: ScientificNameClean::YearNumber2
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
7763 7764 7765 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 7763 def details {:year => value} end |
#pos ⇒ Object
7759 7760 7761 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 7759 def pos {interval.begin => ["year", interval.end]} end |
#value ⇒ Object
7755 7756 7757 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 7755 def value text_value end |