Class: Curry::AntiSpiceArg

Inherits:
SpiceArg show all
Includes:
Singleton
Defined in:
lib/curry.rb

Overview

:nodoc: all

Instance Method Summary collapse

Methods inherited from SpiceArg

#inspect

Constructor Details

#initializeAntiSpiceArg

Returns a new instance of AntiSpiceArg.



108
# File 'lib/curry.rb', line 108

def initialize; super("ANTISPICE"); end

Instance Method Details

#spice_arg(args_remain) ⇒ Object



109
110
111
112
# File 'lib/curry.rb', line 109

def spice_arg(args_remain)
  args_remain.shift
  []
end