module Rake

def self.all_tasks

Simple shortcut for Rake.application.all_tasks
#
def self.all_tasks
  Rake.application.all_tasks
end