class ActionView::Base

def changed?(other) # :nodoc:

:nodoc:
def changed?(other) # :nodoc:
  compiled_method_container != other.compiled_method_container
end