Module: ScientificNameClean::AuthorNameWithoutPostfix1
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
5246 5247 5248 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5246 def details {:author => [value]} end |
#pos ⇒ Object
5242 5243 5244 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5242 def pos a.pos.merge(b.pos) end |
#value ⇒ Object
5238 5239 5240 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5238 def value a.value + " " + b.value end |