Method: Layer::Patch#operations

Defined in:
lib/layer/patch.rb

#operationsObject



44
45
46
# File 'lib/layer/patch.rb', line 44

def operations
  @operations ||= @parent ? @parent.operations : []
end