New Methods in Ruby 2.2

class Cat
  def self.type
    self
  end
end