Method: Thor::Options#shift

Defined in:
lib/thor/parser/options.rb

#shiftObject


79
80
81
82
# File 'lib/thor/parser/options.rb', line 79

def shift
  @is_treated_as_value = false
  super
end