Module: ScientificName::Year0
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
3296 3297 3298 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 3296 def details {:year => value} end |
#value ⇒ Object
3293 3294 3295 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 3293 def value text_value.strip end |