Wed
Jul
29
Encourage Bad Ruby Programming
class Object
def try(method)
send method if respond_to? method
end
end