Method: Species#cat?

Defined in:
lib/earth/pet/species.rb

#cat?Boolean

Returns:

  • (Boolean)


71
72
73
# File 'lib/earth/pet/species.rb', line 71

def cat?
  eql? self.class[:cat]
end