Module: ScientificNameClean::AuthorPrefixWord1

Defined in:
lib/biodiversity/parser/scientific_name_clean.rb

Instance Method Summary collapse

Instance Method Details

#posObject



5611
5612
5613
5614
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5611

def pos
  #cheating because there are several words in some of them
  {interval.begin => ["author_word", interval.end]}
end

#valueObject



5607
5608
5609
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5607

def value
  text_value
end