module Rake::TaskManager

def current_scope

manager.
Return the list of scope names currently active in the task
def current_scope
  @scope
end