module Rake

def original_dir

Return the original directory where the Rake application was started.
def original_dir
  application.original_dir
end