Module: ScientificNameClean::Year0
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#a ⇒ Object
7983 7984 7985 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 7983 def a elements[2] end |
#b ⇒ Object
7975 7976 7977 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 7975 def b elements[0] end |
#c ⇒ Object
7991 7992 7993 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 7991 def c elements[4] end |
#space1 ⇒ Object
7979 7980 7981 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 7979 def space1 elements[1] end |
#space2 ⇒ Object
7987 7988 7989 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 7987 def space2 elements[3] end |