application=(app)
Set the current Rake application object.
# File lib/rake/rake_module.rb, line 12 def application=(app) @application = app end