Class: CommandLion::Flags
Instance Method Summary collapse
Methods inherited from Base
build, key_value, simple_attr, simple_attrs
Instance Method Details
#all ⇒ Object
6 7 8 |
# File 'lib/command_lion/flags.rb', line 6 def all [@short, @long].reject { |v| v.nil? } end |