module CoughSyrup::Source

Public Class Methods

bundled_path() click to toggle source
# File lib/cough_syrup/source.rb, line 3
def self.bundled_path
  File.expand_path("../cough-syrup.js", __FILE__)
end