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