SpeciesFileGroup/taxonworks

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

Summary

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

  KINGDOM = 'Procaryote'

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

end