Method: Inspec::Resources::User#to_s

Defined in:
lib/resources/users.rb

#to_sObject



252
253
254
# File 'lib/resources/users.rb', line 252

def to_s
  "User #{@username}"
end