Skip to content

Instantly share code, notes, and snippets.

@liangzan
Created September 19, 2010 03:34
Show Gist options
  • Save liangzan/586339 to your computer and use it in GitHub Desktop.
Save liangzan/586339 to your computer and use it in GitHub Desktop.
# lib/culerity/remote_browser_object.rb
def method_missing(name, *args, &block)
send_remote(name, *args, &block)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment