# File lib/bundler/vendor/thor/lib/thor/base.rb, line 319
      def group(name = nil)
        if name
          @group = name.to_s
        else
          @group ||= from_superclass(:group, "standard")
        end
      end