Class: BBLib::OptsParser::Untoggle

Inherits:
Toggle show all
Defined in:
lib/bblib/cli/options/untoggle.rb

Instance Method Summary collapse

Methods inherited from Option

#flag_match?, #multi_value?, #retrieve, #split, #to_s, types, #valid!, #valid?

Methods included from TypeInit

included

Methods included from Effortless

#_attrs, included

Instance Method Details

#extract(index, args) ⇒ Object



7
8
9
10
# File 'lib/bblib/cli/options/untoggle.rb', line 7

def extract(index, args)
  super
  false
end