class Rails::Command::RakeCommand

def formatted_rake_tasks

def formatted_rake_tasks
  rake_tasks.map { |t| [ t.name_with_args, t.comment ] }
end