# File lib/linecache.rb, line 149
  def clear_script_cache()
    @@script_cache = {}
  end