Module: ScientificNameClean::AuthorWord5
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
3932 3933 3934 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3932 def details {:author => [value]} end |
#pos ⇒ Object
3928 3929 3930 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3928 def pos {interval.begin => ['author_word', interval.end]} end |
#value ⇒ Object
3924 3925 3926 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3924 def value text_value end |