module Handlebars::Source
Public Class Methods
bundled_path()
click to toggle source
# File lib/handlebars/source.rb, line 3 def self.bundled_path File.expand_path("../../../handlebars.js", __FILE__) end
runtime_bundled_path()
click to toggle source
# File lib/handlebars/source.rb, line 7 def self.runtime_bundled_path File.expand_path("../../../handlebars.runtime.js", __FILE__) end