module CoffeeScript::Source

def self.contents

def self.contents
  @contents ||= File.read(path) + COMPILE_FUNCTION_SOURCE
end