# File lib/chef/provider/group/pw.rb, line 30
        def create_group
          command = "pw groupadd"
          command << set_options
          command << set_members_option
          run_command(:command => command)
        end