method
eql?
v8.0.0 -
Show latest stable
- Class:
ActionView::TemplatePath
eql?(other)public
No documentation available.
# File actionview/lib/action_view/template_path.rb, line 61
def eql?(other) # :nodoc:
@virtual == other.virtual
end