Module: ScientificNameClean::AuthorNameWithoutPostfix1
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
5556 5557 5558 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5556 def details {:author => [value]} end |
#pos ⇒ Object
5552 5553 5554 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5552 def pos a.pos.merge(b.pos) end |
#value ⇒ Object
5548 5549 5550 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5548 def value a.value + " " + b.value end |