Class: Epuber::Command::Compile
- Inherits:
-
Build
- Object
- CLAide::Command
- Epuber::Command
- Build
- Epuber::Command::Compile
- Defined in:
- lib/epuber/command/compile.rb
Instance Method Summary collapse
-
#initialize(argv) ⇒ Compile
constructor
A new instance of Compile.
Methods inherited from Build
options, #run, subcommands, #validate!
Methods inherited from Epuber::Command
Constructor Details
#initialize(argv) ⇒ Compile
Returns a new instance of Compile.
11 12 13 14 15 |
# File 'lib/epuber/command/compile.rb', line 11 def initialize(argv) UI.warning('Compile command is now deprecated, please use `build` command instead.') super end |