Module: ScientificNameClean::YearNumber1
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
5714 5715 5716 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5714 def details {:year => value} end |
#pos ⇒ Object
5710 5711 5712 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5710 def pos {interval.begin => ['year', interval.end]} end |
#value ⇒ Object
5706 5707 5708 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5706 def value text_value end |