Parent

Methods

Class/Module Index [+]

Quicksearch

Jpmobile::Resolver

Public Class Methods

new(path, pattern=nil) click to toggle source
# 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.