module ScientificNameClean::ScientificName42

Public Instance Methods

a() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 313
def a
  elements[0]
end
hybrid_character() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 321
def hybrid_character
  elements[2]
end
space1() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 317
def space1
  elements[1]
end
space2() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 325
def space2
  elements[3]
end