lib/beaker/host/mac/group.rb in beaker-3.37.0 vs lib/beaker/host/mac/group.rb in beaker-4.0.0
- old
+ new
@@ -37,9 +37,10 @@
gi[pieces[0].to_sym] = pieces[1].strip if pieces[1] != nil
}
answer = "#{gi[:name]}:#{gi[:password]}:#{gi[:gid]}"
yield answer if block_given?
+ answer
end
end
# Gets the gid of the given group
#