Method: Windows::Group#group_gid
- Defined in:
- lib/beaker/host/windows/group.rb
#group_gid(_name) ⇒ Object
40 41 42 |
# File 'lib/beaker/host/windows/group.rb', line 40 def group_gid(_name) raise NotImplementedError, "Can't retrieve group gid on a Windows host" end |