Module: ScientificNameClean::AuthorPrefixWord1

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

Instance Method Summary collapse

Instance Method Details

#posObject



6489
6490
6491
6492
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 6489

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

#valueObject



6485
6486
6487
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 6485

def value
  text_value
end