New Methods in Ruby 2.2

Hello Aaron,

good article. However you miss “self” for the class method in Binding#receiver example.

class Cat
def type => (must be self.type)
binding.receiver
end
end

Thanks