# File lib/heroku/command/stack.rb, line 31
    def migrate
      stack = args.shift.downcase.strip rescue nil
      error "No target stack specified." unless stack
      display heroku.migrate_to_stack(app, stack)
    end