Sha256: 095438c928a63b12ff0ebb3785ab6fa7e02154193b01e3136f7d63d8922abded
Contents?: true
Size: 161 Bytes
Versions: 10
Compression:
Stored size: 161 Bytes
Contents
module Flipper module Expressions class Property def self.call(key, context:) context.dig(:properties, key.to_s) end end end end
Version data entries
10 entries across 10 versions & 1 rubygems