Method: XDry::Config#initialize
- Defined in:
- lib/xdry/run.rb
#initialize ⇒ Config
Returns a new instance of Config.
41 42 43 44 45 46 47 48 |
# File 'lib/xdry/run.rb', line 41 def initialize self.only = nil self.dry_run = false self.watch = false self.verbose = false self.disable = [] self.enable_only = nil end |