Module: ScientificNameClean::YearNumber2
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
8162 8163 8164 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 8162 def details {:year => value} end |
#pos ⇒ Object
8158 8159 8160 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 8158 def pos {interval.begin => ["year", interval.end]} end |
#value ⇒ Object
8154 8155 8156 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 8154 def value text_value end |