lib/cmds/util/tokenize_option.rb in cmds-0.2.3 vs lib/cmds/util/tokenize_option.rb in cmds-0.2.4
- old
+ new
@@ -34,11 +34,9 @@
#
# @return [Array<String>]
# string tokens.
#
def self.tokenize_option name, value, **opts
- pp opts: opts
-
opts = defaults opts, TOKENIZE_OPT_KEYS
unless name.is_a?(String) && name.length > 0
raise ArgumentError.new NRSER.squish <<-END
`name` must be a String of length greater than zero,
\ No newline at end of file