# File lib/rhc/commands/threaddump.rb, line 7
    def run(app)
      rest_app = find_app
      rest_app.threaddump.messages.each { |m| say m }

      0
    end