Module: Rocketwheel::Command
- Defined in:
- lib/rocketwheel/command.rb,
lib/rocketwheel/command/cli.rb,
lib/rocketwheel/command/player.rb,
lib/rocketwheel/command/encoder.rb,
lib/rocketwheel/command/version.rb,
lib/rocketwheel/command/manifest.rb
Defined Under Namespace
Modules: CLI Classes: Encoder, Manifest, Player
Constant Summary collapse
- MANIFEST =
'Rocketfile.yml'
- PlayerNotFound =
Class.new(StandardError)
- VERSION =
'1.0.8'
Class Method Summary collapse
Class Method Details
.templates ⇒ Object
14 15 16 |
# File 'lib/rocketwheel/command.rb', line 14 def self.templates File.('../../../templates', __FILE__) end |