SpeciesFileGroup/taxonworks

View on GitHub
app/models/nomenclatural_rank/iczn.rb

Summary

Maintainability
A
0 mins
Test Coverage
class NomenclaturalRank::Iczn < NomenclaturalRank

  KINGDOM = ['Animalia', 'Protozoa']

  def self.group_base(rank_string)
    rank_string.match( /(NomenclaturalRank::Iczn::.+Group::).+/)
    $1
  end

end