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