Skip to content

Instantly share code, notes, and snippets.

@slawosz
Created June 7, 2010 11:14
Show Gist options
  • Save slawosz/428544 to your computer and use it in GitHub Desktop.
Save slawosz/428544 to your computer and use it in GitHub Desktop.
>> a = ActionController::Base.instance_method(:render)
=> #<UnboundMethod: ActionController::Base#render>
>> b = ActionController::Base.instance_method(:render_with_amf)
=> #<UnboundMethod: ActionController::Base#render_with_amf>
>> a == b
=> true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment