Class: RELI::Ook

Inherits:
Brainfuck show all
Defined in:
lib/reli/ook.rb

Instance Method Summary collapse

Methods inherited from Abstract

change, on, #run

Constructor Details

#initializeOok

Returns a new instance of Ook.



14
15
16
17
18
# File 'lib/reli/ook.rb', line 14

def initialize(*)
  super
  @break = 1
  @size  = 9
end