Class: CommandLion::Flags

Inherits:
Base
  • Object
show all
Defined in:
lib/command_lion/flags.rb

Instance Method Summary collapse

Methods inherited from Base

build, key_value, simple_attr, simple_attrs

Instance Method Details

#allObject



6
7
8
# File 'lib/command_lion/flags.rb', line 6

def all
	[@short, @long].reject { |v| v.nil? }
end