Module: Ookie
- Defined in:
- lib/ookie/version.rb,
lib/ookie.rb,
lib/ookie/interpreter.rb,
lib/ookie/memoryarray.rb
Overview
Ookie Ook! language interpreter - ook.heroku.com
Copyright © 2010 Alejandro Martinez Ruiz <alex at@ flawedcode dot. org> See LICENSE.txt for licensing terms.
Language info at www.dangermouse.net/esoteric/ook.html
Ookie.run ‘Ook. Ook! Ook! Ook? Ook! Ook. Ook! Ook! Ook? Ook!’
Defined Under Namespace
Modules: Version Classes: Interpreter, MemoryArray
Class Method Summary collapse
Class Method Details
.run(*args) ⇒ Object
16 17 18 |
# File 'lib/ookie.rb', line 16 def self.run(*args) Interpreter.run(*args) end |