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