Module: ScientificName::NamePart0
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#a ⇒ Object
1927 1928 1929 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 1927 def a elements[1] end |
#b ⇒ Object
1935 1936 1937 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 1935 def b elements[3] end |
#c ⇒ Object
1943 1944 1945 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 1943 def c elements[5] end |
#space ⇒ Object
1923 1924 1925 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 1923 def space elements[0] end |
#space_hard ⇒ Object
1939 1940 1941 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 1939 def space_hard elements[4] end |