module RubyplayFramework
Public Instance Methods
init_Interpreter()
click to toggle source
# File lib/rubyplay_framework.rb, line 16 def init_Interpreter() GameLanguage.new() end
init_Map()
click to toggle source
# File lib/rubyplay_framework.rb, line 12 def init_Map() Map.new() end