Libraries
»
chef
(19.1.164)
»
Index
»
Chef
»
Role
»
#to_s
Method: Chef::Role#to_s
Defined in:
lib/chef/role.rb
#
to_s
⇒
Object
As a string
241 242 243
# File 'lib/chef/role.rb', line 241
def
to_s
"role[#{@name}]"
end