module ScientificNameClean::UninomialName4

Public Instance Methods

a() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3524
def a
  elements[0]
end
b() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3532
def b
  elements[2]
end
space_hard() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 3528
def space_hard
  elements[1]
end