Module: ScientificNameClean::AuthorName1
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
5440 5441 5442 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5440 def details {:author => [value]} end |
#pos ⇒ Object
5436 5437 5438 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5436 def pos a.pos.merge(b.pos) end |
#value ⇒ Object
5432 5433 5434 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5432 def value a.value + " " + b.value end |