Module: ScientificNameClean::AuthorWord3
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
3915 3916 3917 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3915 def details {:author => [value]} end |
#pos ⇒ Object
3911 3912 3913 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3911 def pos {interval.begin => ['author_word', interval.end]} end |
#value ⇒ Object
3907 3908 3909 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3907 def value text_value end |