class Rails::Command::RakeCommand

def rake_tasks

def rake_tasks
  @rake_tasks ||= with_rake(&:tasks)
end