class TTY::Option::Parameter::Keyword

Public Instance Methods

required?() click to toggle source
# File lib/tty/option/parameter/keyword.rb, line 9
def required?
  @settings.fetch(:required) { false }
end