Method: Chef::Role#to_s

Defined in:
lib/chef/role.rb

#to_sObject

As a string



241
242
243
# File 'lib/chef/role.rb', line 241

def to_s
  "role[#{@name}]"
end