ActionView::FileSystemResolver
# File lib/jpmobile/resolver.rb, line 6 def initialize(path, pattern=nil) raise ArgumentError, "path already is a Resolver class" if path.is_a?(Resolver) super(path, pattern || DEFAULT_PATTERN) @path = File.expand_path(path) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.