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