# File lib/buildr/core/doc.rb, line 50
        def to_sym
          @symbol ||= name.split('::').last.downcase.to_sym
        end