module RailsAssetsTether
Constants
- VERSION
Public Class Methods
dependencies()
click to toggle source
# File lib/rails-assets-tether.rb, line 19 def self.dependencies [ ] end
gem_path()
click to toggle source
# File lib/rails-assets-tether.rb, line 5 def self.gem_path Pathname(File.realpath(__FILE__)).join('../..') end
gem_spec()
click to toggle source
# File lib/rails-assets-tether.rb, line 9 def self.gem_spec Gem::Specification::load( gem_path.join("rails-assets-tether.gemspec").to_s ) end
load_paths()
click to toggle source
# File lib/rails-assets-tether.rb, line 15 def self.load_paths gem_path.join('app/assets').each_child.to_a end