Module: ScientificNameClean::AuthorName1
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
3749 3750 3751 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3749 def details {:author => [value]} end |
#pos ⇒ Object
3745 3746 3747 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3745 def pos a.pos.merge(b.pos) end |
#value ⇒ Object
3741 3742 3743 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3741 def value a.value + " " + b.value end |