# File lib/coffee_script.rb, line 27 def self.bare_option @bare_option ||= contents.match(/noWrap/) ? 'noWrap' : 'bare' end
# File lib/coffee_script.rb, line 19 def self.contents @contents ||= File.read(path) end
# File lib/coffee_script.rb, line 31 def self.context @context ||= ExecJS.compile(contents) end
# File lib/coffee_script.rb, line 10 def self.path @path ||= ENV['COFFEESCRIPT_SOURCE_PATH'] || bundled_path end
Generated with the Darkfish Rdoc Generator 2.