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