Module: ScientificNameClean::AuthorNameWithoutPostfix3
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
5584 5585 5586 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5584 def details {:author => [value]} end |
#pos ⇒ Object
5580 5581 5582 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5580 def pos a.pos.merge(b.pos) end |
#value ⇒ Object
5576 5577 5578 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5576 def value a.value + " " + b.value end |