module ScientificNameClean::Year0

Public Instance Methods

a() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 7584
def a
  elements[2]
end
b() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 7576
def b
  elements[0]
end
c() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 7592
def c
  elements[4]
end
space1() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 7580
def space1
  elements[1]
end
space2() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 7588
def space2
  elements[3]
end