Method: AssetBox.gem_path

Defined in:
lib/asset_box.rb

.gem_pathObject



54
55
56
# File 'lib/asset_box.rb', line 54

def gem_path
  @gem_path ||= File.expand_path('..', File.dirname(__FILE__))
end