ActionView::PathResolver
# File lib/action_view/template/resolver.rb, line 114 114: def initialize(path) 115: raise ArgumentError, "path already is a Resolver class" if path.is_a?(Resolver) 116: super() 117: @path = File.expand_path(path) 118: end
# File lib/action_view/template/resolver.rb, line 120 120: def eql?(resolver) 121: self.class.equal?(resolver.class) && to_path == resolver.to_path 122: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.