module ScientificNameClean::InfraspeciesMult2
Public Instance Methods
details()
click to toggle source
Calls superclass method
# File lib/biodiversity/parser/scientific_name_clean.rb, line 1641 def details if super[:annotation_identification] {:infraspecies => [{:annotation_identification => super[:annotation_identification], :ignored => super[:ignored]}]} else {:infraspecies => [super[:infraspecies]]} end end