class CommandLion::Flags

Public Instance Methods

all() click to toggle source
# File lib/command_lion/flags.rb, line 6
def all
        [@short, @long].reject { |v| v.nil? }
end