Module: ScientificNameDirty::YearNumberWithPunctuation1
- Defined in:
- lib/biodiversity/parser/scientific_name_dirty.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
1026 1027 1028 |
# File 'lib/biodiversity/parser/scientific_name_dirty.rb', line 1026 def details {:year => value} end |
#pos ⇒ Object
1022 1023 1024 |
# File 'lib/biodiversity/parser/scientific_name_dirty.rb', line 1022 def pos {interval.begin => ["year", interval.end]} end |
#value ⇒ Object
1018 1019 1020 |
# File 'lib/biodiversity/parser/scientific_name_dirty.rb', line 1018 def value a.text_value end |