Method: Thor::Options#unshift

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

#unshift(arg, is_value: false) ⇒ Object



84
85
86
87
# File 'lib/thor/parser/options.rb', line 84

def unshift(arg, is_value: false)
  @is_treated_as_value = is_value
  super(arg)
end