# File lib/support.rb, line 70 def cheat(name) # HACK: just here for debugging puts "\n# WARNING: FunctionTable.cheat called from #{caller[0]}" if $DEBUG @functions[name] end