Module: ScientificNameClean::ScientificName41
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#canonical ⇒ Object
202 203 204 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 202 def canonical a.canonical + " " + b.canonical end |
#details ⇒ Object
214 215 216 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 214 def details [a.details, b.details] end |
#hybrid ⇒ Object
210 211 212 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 210 def hybrid true end |
#pos ⇒ Object
206 207 208 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 206 def pos a.pos.merge(b.pos) end |
#value ⇒ Object
198 199 200 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 198 def value a.value + " × " + b.value end |