.devtools/templates/changelog.erb | |
|
|
.devtools/templates/release.erb | |
|
|
.github/FUNDING.yml | |
|
|
.github/ISSUE_TEMPLATE/bug-report.md | |
|
|
.github/ISSUE_TEMPLATE/config.yml | |
|
|
.github/SUPPORT.md | |
|
|
.github/workflows/ci.yml | |
|
|
.github/workflows/docsite.yml | |
|
|
.github/workflows/sync_configs.yml | |
|
|
.gitignore | |
|
|
.rspec | |
|
|
.rubocop.yml | |
|
|
CHANGELOG.md | |
|
|
CODE_OF_CONDUCT.md | |
|
|
CONTRIBUTING.md | |
|
|
Gemfile | |
|
|
Gemfile.devtools | |
|
|
LICENSE | |
|
|
README.md | |
|
|
Rakefile | |
|
|
benchmarks/rule_application.rb | 22 | A 0 mins |
|
benchmarks/setup.rb | 8 | A 0 mins |
|
bin/console | |
|
|
changelog.yml | |
|
|
docsite/source/index.html.md | |
|
|
docsite/source/operations.html.md | |
|
|
docsite/source/predicates.html.md | |
|
|
dry-logic.gemspec | |
|
|
examples/basic.rb | 8 | A 0 mins |
|
lib/dry-logic.rb | 1 | A 0 mins |
|
lib/dry/logic.rb | 6 | A 0 mins |
|
lib/dry/logic/appliable.rb | 28 | A 25 mins |
|
lib/dry/logic/evaluator.rb | 38 | A 0 mins |
|
lib/dry/logic/operations.rb | 11 | A 0 mins |
|
lib/dry/logic/operations/abstract.rb | 35 | A 0 mins |
|
lib/dry/logic/operations/and.rb | 38 | A 0 mins |
|
lib/dry/logic/operations/attr.rb | 15 | A 0 mins |
|
lib/dry/logic/operations/binary.rb | 21 | A 0 mins |
|
lib/dry/logic/operations/check.rb | 43 | A 0 mins |
|
lib/dry/logic/operations/each.rb | 27 | A 0 mins |
|
lib/dry/logic/operations/implication.rb | 32 | A 0 mins |
|
lib/dry/logic/operations/key.rb | 55 | A 0 mins |
|
lib/dry/logic/operations/negation.rb | 19 | A 0 mins |
|
lib/dry/logic/operations/or.rb | 30 | A 0 mins |
|
lib/dry/logic/operations/set.rb | 29 | A 0 mins |
|
lib/dry/logic/operations/unary.rb | 20 | A 0 mins |
|
lib/dry/logic/operations/xor.rb | 23 | A 0 mins |
|
lib/dry/logic/operators.rb | 22 | A 0 mins |
|
lib/dry/logic/predicates.rb | 201 | A 30 mins |
|
lib/dry/logic/result.rb | 76 | A 0 mins |
|