File Manager

Path: /proc/self/root/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/tins-1.25.0/lib/tins/

Viewing File: case_predicate.rb

module Tins
  module CasePredicate
    def case?(*args)
      args.find { |a| a === self }
    end
  end
end