Module: ScientificNameClean::YearNumber2
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
7488 7489 7490 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 7488 def details {:year => value} end |
#pos ⇒ Object
7484 7485 7486 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 7484 def pos {interval.begin => ["year", interval.end]} end |
#value ⇒ Object
7480 7481 7482 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 7480 def value text_value end |