Method: RBF::Interpreter::Storage#decrease!

Defined in:
lib/rbf/interpreter/storage.rb

#decrease!Object



54
55
56
57
58
# File 'lib/rbf/interpreter/storage.rb', line 54

def decrease!
  check!

  self[@position] -= 1
end