class Ellipses::Server::CLI::Commands::Validate

Public Instance Methods

call(path:) click to toggle source
# File lib/ellipses/server/cli/validate.rb, line 14
def call(path:)
  Ellipses::Server::Application.validate path
end