RHC::Commands::Base
# File lib/rhc/commands/tail.rb, line 17 def run(app_name) rest_app = rest_client.find_application(options.namespace, app_name, :include => :cartridges) tail('*', URI(rest_app.ssh_url), options) 0 end