Method: Inspec::Resources::Group#local

Defined in:
lib/resources/groups.rb

#localObject



122
123
124
125
# File 'lib/resources/groups.rb', line 122

def local
  # at this point the implementation only returns local groups
  true
end