class Shamu::Features::Conditions::Matching

Match if another feature is also enabled.

Public Instance Methods

match?( context ) click to toggle source

(see Condition#match?)

# File lib/shamu/features/conditions/matching.rb, line 9
def match?( context )
  context.enabled?( config )
end