Methods

Class Index [+]

Quicksearch

ActionView::FileSystemResolver

Public Class Methods

new(path) click to toggle source
     # 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

Public Instance Methods

==(resolver) click to toggle source
Alias for: eql?
eql?(resolver) click to toggle source
     # 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
Also aliased as: ==

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.