class Oakdex::Pokedex::Type

Represents the type of a Pokemon

Public Instance Methods

effectivness_for(other_type) click to toggle source
# File lib/oakdex/pokedex/type.rb, line 10
def effectivness_for(other_type)
  public_send(:effectivness)[other_type]
end