Method: NginxStage::PunConfigView#group

Defined in:
lib/nginx_stage/views/pun_config_view.rb

#groupString

Primary group of the user

Returns:

  • (String)

    primary group of user



6
7
8
# File 'lib/nginx_stage/views/pun_config_view.rb', line 6

def group
  user.group
end