Method#call
Not sure what to make of this at all.
class Cat
def call(*args)
(args).join(' ^O^ ')
end
end
Cat.new.(:samson, :smeagol, :gimmick)
Not sure what to make of this at all.
class Cat
def call(*args)
(args).join(' ^O^ ')
end
end
Cat.new.(:samson, :smeagol, :gimmick)