lib/dispatch-rider/command.rb in dispatch-rider-1.9.0 vs lib/dispatch-rider/command.rb in dispatch-rider-2.0.0

- old
+ new

@@ -2,11 +2,10 @@ require 'pathname' require 'optparse' module DispatchRider class Command - def initialize(options = {}) @app_home = Pathname.new(Dir.getwd) @options = { :log_output => true, :dir_mode => :normal, @@ -49,8 +48,7 @@ @options[:prefix] = prefix end end @opts = opts.parse!(args) end - end end