File: logic.rb

package info (click to toggle)
ruby-dry-logic 1.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 728 kB
  • sloc: ruby: 4,929; makefile: 6
file content (11 lines) | stat: -rw-r--r-- 222 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
# frozen_string_literal: true

# A collection of micro-libraries, each intended to encapsulate
# a common task in Ruby
module Dry
  module Logic
  end
end

require "dry/logic/rule/predicate"
require "dry/logic/operations"