# File lib/buildr/shell.rb, line 83
        def to_sym
          @shell_name || name.split('::').last.downcase.to_sym
        end