Sha256: 685986b199f5b5908ae7428e95458cbf7624626ee5da3c5fbd8355f10982400c
Contents?: true
Size: 268 Bytes
Versions: 13
Compression:
Stored size: 268 Bytes
Contents
module Shamu module Security # Used in specs and service to service delegated requests to effectively # offer no policy and permit all actions. class NoPolicy # (see Policy#permit?) def permit?( * ) :yes end end end end
Version data entries
13 entries across 13 versions & 1 rubygems