class Dry::Logic::Evaluator
Attributes
path[R]
Public Class Methods
new(path)
click to toggle source
# File lib/dry/logic/evaluator.rb, line 43 def initialize(path) @path = Array(path) end