class Deis::Commands::Exists

Public Instance Methods

run() click to toggle source
# File lib/deis/commands/exists.rb, line 6
def run
  app_exists?(app)
end