Skip to content

Instantly share code, notes, and snippets.

@ethangunderson
Created January 29, 2010 16:07
Show Gist options
  • Save ethangunderson/289844 to your computer and use it in GitHub Desktop.
Save ethangunderson/289844 to your computer and use it in GitHub Desktop.
def method_missing(method, *params)
super unless @commit.respond_to?(method)
@commit.send(method, *params)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment