Method: Chef::Resource#to_json
- Defined in:
- lib/chef/resource.rb
#to_json(*a) ⇒ Object
Serialize this object as a hash
500 501 502 503 |
# File 'lib/chef/resource.rb', line 500 def to_json(*a) results = as_json results.to_json(*a) end |