module Conjur::Policy::Ruby::CustomStatement
Public Instance Methods
custom_statement(handler) { || ... }
click to toggle source
# File lib/conjur/policy/ruby/loader.rb, line 67 def custom_statement handler, &block record = yield class << record include RecordReferenceFactory end push record do_scope record, &handler end