Method: CM::Plugin::Resource#update_resource

Defined in:
lib/core/plugin/resource.rb

#update_resource {|data| ... } ⇒ Object

Yields:



160
161
162
163
164
# File 'lib/core/plugin/resource.rb', line 160

def update_resource
  data = {}
  yield(data) if block_given?
  data
end