Module: ScientificNameClean::AuthorPrefixWord1

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

Instance Method Summary collapse

Instance Method Details

#posObject



6546
6547
6548
6549
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 6546

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

#valueObject



6542
6543
6544
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 6542

def value
  text_value
end