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