Class: Dry::Logic::Rule::Value
- Inherits:
-
Dry::Logic::Rule
- Object
- Dry::Logic::Rule
- Dry::Logic::Rule::Value
- Defined in:
- lib/dry/mutations/monkeypatches.rb
Overview
rubocop:disable Style/ClassAndModuleChildren
Instance Method Summary collapse
Instance Method Details
#input ⇒ Object
7 8 9 |
# File 'lib/dry/mutations/monkeypatches.rb', line 7 def input predicate.args.last rescue nil end |