method

changed?

rails latest stable - Class: ActionView::Base
changed?(other)
public

No documentation available.

# File actionview/lib/action_view/base.rb, line 197
      def changed?(other) # :nodoc:
        compiled_method_container != other.compiled_method_container
      end