OpenStruct
A class that holds options. Can be instantiated with default options.
Initializes an Guard::Options object. `default_opts` is merged into `opts`.
@param [Hash] opts the options @param [Hash] default_opts the default options
# File lib/guard/options.rb, line 15 def initialize(opts = {}, default_opts = {}) super(default_opts.dup.merge(opts.dup)) end
Generated with the Darkfish Rdoc Generator 2.