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