Module: ScientificNameClean::AuthorName1
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
5158 5159 5160 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5158 def details {:author => [value]} end |
#pos ⇒ Object
5154 5155 5156 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5154 def pos a.pos.merge(b.pos) end |
#value ⇒ Object
5150 5151 5152 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5150 def value a.value + " " + b.value end |