# File lib/coffee_script.rb, line 106
        def compile(script, options = {})
          ExternalEngine.compile(binary, script, options) do |f|
            f.puts Source.contents
            f.puts "var CoffeeScript = this.CoffeeScript, print = console.log;"
          end
        end