method

changed?

v7.1.3.4 - Show 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