Method: Archiverb::Stat#gname
- Defined in:
- lib/archiverb/stat.rb
#gname ⇒ Object
ASCII representation of the owner and group of the file respectively. In TAR, if found, the user and group IDs are used rather than the values in the uid and gid fields.
24 25 26 |
# File 'lib/archiverb/stat.rb', line 24 def gname @gname end |