Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v5.0.0.1) is shown here.
formatted_rake_tasks()
private
No documentation available.
# File railties/lib/rails/commands/rake_proxy.rb, line 30
def formatted_rake_tasks
rake_tasks.map { |t| [ t.name_with_args, t.comment ] }
end