Module: ScientificNameClean::YearNumber2
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
8575 8576 8577 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 8575 def details {:year => value} end |
#pos ⇒ Object
8571 8572 8573 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 8571 def pos {interval.begin => ["year", interval.end]} end |
#value ⇒ Object
8567 8568 8569 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 8567 def value text_value end |