Class: Verto::CommandOptions

Inherits:
Thor::CoreExt::HashWithIndifferentAccess
  • Object
show all
Defined in:
lib/verto/utils/command_options.rb

Instance Method Summary collapse

Instance Method Details

#except(*keys) ⇒ Object



7
8
9
# File 'lib/verto/utils/command_options.rb', line 7

def except(*keys)
  reject { |key, _v| keys.include?(key) }
end