Module: ScientificNameClean::AuthorWord6
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
5716 5717 5718 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5716 def details {:author => [value]} end |
#pos ⇒ Object
5712 5713 5714 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5712 def pos {interval.begin => ["author_word", interval.end]} end |
#value ⇒ Object
5708 5709 5710 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5708 def value text_value end |