method

eql?

eql?(other)
public

No documentation available.

# File actionview/lib/action_view/template_path.rb, line 61
    def eql?(other) # :nodoc:
      @virtual == other.virtual
    end