Module: ScientificNameClean::AuthorNameWithoutPostfix3
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
5287 5288 5289 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5287 def details {:author => [value]} end |
#pos ⇒ Object
5283 5284 5285 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5283 def pos a.pos.merge(b.pos) end |
#value ⇒ Object
5279 5280 5281 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5279 def value a.value + " " + b.value end |