# File lib/eco.rb, line 20 def self.combined_contents [CoffeeScript::Source.contents, contents].join(";\n") end
# File lib/eco.rb, line 16 def self.contents @contents ||= File.read(path) end
# File lib/eco.rb, line 28 def self.context @context ||= ExecJS.compile(combined_contents) end
# File lib/eco.rb, line 7 def self.path @path ||= ENV["ECO_SOURCE_PATH"] || bundled_path end
Generated with the Darkfish Rdoc Generator 2.