Module: ScientificNameClean::AuthorNameWithoutPostfix3
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
5570 5571 5572 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5570 def details {:author => [value]} end |
#pos ⇒ Object
5566 5567 5568 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5566 def pos a.pos.merge(b.pos) end |
#value ⇒ Object
5562 5563 5564 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5562 def value a.value + " " + b.value end |