module Rake

def application=(app)

Set the current Rake application object.
def application=(app)
  @application = app
end