class RELI::Braincrash

Public Class Methods

new(options = {}) click to toggle source
Calls superclass method
# File lib/reli/braincrash.rb, line 28
def initialize(options = {})
  super
  @memory = [72, 101, 108, 108, 111, 44, 32, 119, 111, 114, 108, 100, 33]
end

Public Instance Methods

run(code) click to toggle source
Calls superclass method
# File lib/reli/braincrash.rb, line 33
def run(code)
  super code + "[.>]"
end