Sha256: 1e138d6d36d36517d34a096299147b312b1d2c9acb9f1f1e577c667d46758b92
Contents?: true
Size: 290 Bytes
Versions: 17
Compression:
Stored size: 290 Bytes
Contents
module Shamu module Features module Conditions # Match if another feature is also enabled. class Matching < Conditions::Condition # (see Condition#match?) def match?( context ) context.enabled?( config ) end end end end end
Version data entries
17 entries across 17 versions & 1 rubygems