class Epuber::Command::Compile
Public Class Methods
new(argv)
click to toggle source
Calls superclass method
Epuber::Command::Build::new
# 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