class Gem::Tasks::Task

def initialize


Initializes the task.
def initialize
  @project = Project.directories[Dir.pwd]
end