# File lib/buildr/run.rb, line 53
        def to_sym
          @runner_name || name.split('::').last.downcase.to_sym
        end