lib/teamocil.rb in teamocil-1.0 vs lib/teamocil.rb in teamocil-1.0.1

- old
+ new

@@ -45,10 +45,10 @@ def self.system(*args) Kernel.system(*args) end - def self.parse_options!(arguments:) + def self.parse_options!(arguments: nil) parser = OptionParser.new(arguments: arguments) @options = parser.parsed_options end end