class Ellipses::Client::CLI::Commands::Compile

Public Instance Methods

call(file:, paths:) click to toggle source
# File lib/ellipses/client/cli/compile.rb, line 14
def call(file:, paths:)
  Application.compile!(file, paths: paths)
end