class EnginePack::PackageManagers::Yarn
Constants
- INSTALL_COMMAND
Public Instance Methods
install_command(engine_path)
click to toggle source
# File lib/engine_pack/package_managers/yarn.rb, line 6 def install_command(engine_path) format(INSTALL_COMMAND, engine_path: engine_path) end