Module: ScientificName::AuthorWord2
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
1532 1533 1534 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 1532 def details {:authors => {:names => [value]}} end |
#value ⇒ Object
1529 1530 1531 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 1529 def value text_value.gsub(/\s+/, " ").strip end |