5 6 7 8
# File 'lib/spiceweasel/command_helper.rb', line 5 def create_command(*args) @create ||= [] @create.push(Command.new(*args)) end
10 11 12 13
# File 'lib/spiceweasel/command_helper.rb', line 10 def delete_command(*args) @delete ||= [] @delete.push(Command.new(*args)) end