module Buble::Source
Constants
- VERSION
Public Class Methods
code()
click to toggle source
# File lib/buble/source.rb, line 10 def code File.read(File.join(path, 'buble.js')) end
path()
click to toggle source
# File lib/buble/source.rb, line 6 def path File.join(File.dirname(__FILE__), '..') end