Module: ScientificNameClean::YearNumber2
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
7497 7498 7499 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 7497 def details {:year => value} end |
#pos ⇒ Object
7493 7494 7495 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 7493 def pos {interval.begin => ["year", interval.end]} end |
#value ⇒ Object
7489 7490 7491 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 7489 def value text_value end |