Class: Sprockets::EnvironmentWithVendoredGems

Inherits:
Environment
  • Object
show all
Defined in:
lib/sprockets-vendor_gems.rb

Instance Method Summary collapse

Methods inherited from Environment

#_initialize, #extend_with_vendored_gems

Constructor Details

#initialize(*args) ⇒ EnvironmentWithVendoredGems

Returns a new instance of EnvironmentWithVendoredGems.



32
33
34
35
36
# File 'lib/sprockets-vendor_gems.rb', line 32

def initialize(*args)
  super(*args)

  extend_with_vendored_gems
end