File Manager

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

Viewing File: if_predicate.rb

module Tins
  module IfPredicate
    def if?
      self ? self : nil
    end
  end
end