This commit is contained in:
John Bintz 2012-02-08 08:49:29 -05:00
parent 97f2845c6c
commit ec4a20f3b0
1 changed files with 2 additions and 1 deletions

View File

@ -12,10 +12,11 @@ end
``` ```
or get an Environment with those paths in there already: or get an Environment with those paths in there already:
``` ruby ``` ruby
require 'sprockets-vendor_gems' require 'sprockets-vendor_gems'
env = Sprockets::EnvironmentWithVendoredGems.new('.') env = Sprockets::EnvironmentWithVendoredGems.new
``` ```
Yeah! Yeah!