method
changed?
v6.0.0 -
Show latest stable
- Class:
ActionView::Base
changed?(other)public
No documentation available.
# File actionview/lib/action_view/base.rb, line 194
def changed?(other) # :nodoc:
compiled_method_container != other.compiled_method_container
end