Method: Inspec::Resources::Group#local

Defined in:
lib/resources/groups.rb

#localObject



115
116
117
118
# File 'lib/resources/groups.rb', line 115

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