Libraries
»
earth
(1.2.1)
»
Index
»
Species
»
#cat?
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