Module: ScientificNameClean::AuthorName3
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
3785 3786 3787 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3785 def details {:author => [value]} end |
#pos ⇒ Object
3781 3782 3783 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3781 def pos a.pos.merge(b.pos) end |
#value ⇒ Object
3777 3778 3779 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3777 def value a.value + " " + b.value end |