Class: PoiseApplicationJavascript::Resources::Javascript::Resource
- Inherits:
-
PoiseJavascript::Resources::JavascriptRuntime::Resource
- Object
- PoiseJavascript::Resources::JavascriptRuntime::Resource
- PoiseApplicationJavascript::Resources::Javascript::Resource
- Includes:
- AppMixin
- Defined in:
- lib/poise_application_javascript/resources/javascript.rb
Overview
An application_javascript resource to manage Javascript runtimes
inside an Application cookbook deployment.
Instance Method Summary collapse
-
#npm_binary ⇒ Object
We want to run the base class version of this, not the one from the mixin.
Instance Method Details
#npm_binary ⇒ Object
We want to run the base class version of this, not the one from the mixin. HULK SMASH.
48 49 50 |
# File 'lib/poise_application_javascript/resources/javascript.rb', line 48 def npm_binary self.class.superclass.instance_method(:npm_binary).bind(self).call end |