Skip to content

Instantly share code, notes, and snippets.

@willb
Created April 23, 2010 15:17
Show Gist options
  • Save willb/376656 to your computer and use it in GitHub Desktop.
Save willb/376656 to your computer and use it in GitHub Desktop.
class CallbackSink
def method_missing(sym, *args)
puts "GOT CALLBACK #{sym}(#{args.map {|x| x.inspect}.join(", ")})"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment