module Stylus::Source

Public Class Methods

bundled_path() click to toggle source
# File lib/stylus/source.rb, line 3
def self.bundled_path
  File.expand_path("../../../vendor/lib/stylus.js", __FILE__)
end