Skip to content

Instantly share code, notes, and snippets.

@sandersch
Created September 24, 2016 21:40
Show Gist options
  • Save sandersch/1057de4ea21f66381d8adceed338f379 to your computer and use it in GitHub Desktop.
Save sandersch/1057de4ea21f66381d8adceed338f379 to your computer and use it in GitHub Desktop.
require 'ostruct'
def variable
["running_in_spec"]
end
def echo(*args)
puts *args if debug
end
def wait_while(*)
true
end
def wait_until(*)
true
end
def start_script(*); end
class GameObj ; end
class Spell ; end
UserVars = {}
Settings = {}
CharSettings = {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment