class Epuber::Command::Compile
Public Class Methods
Source
# 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
Calls superclass method
Epuber::Command::Build::new