class Onsengame::Command
Public Instance Methods
demo()
click to toggle source
# File lib/onsengame/command.rb, line 17 def demo @window = Window.new(options.dup) @window.show end
version()
click to toggle source
# File lib/onsengame/command.rb, line 11 def version puts(VERSION) end