Class: Dry::Logic::Rule::Value

Inherits:
Dry::Logic::Rule
  • Object
show all
Defined in:
lib/dry/mutations/monkeypatches.rb

Overview

rubocop:disable Style/ClassAndModuleChildren

Instance Method Summary collapse

Instance Method Details

#inputObject



7
8
9
# File 'lib/dry/mutations/monkeypatches.rb', line 7

def input
  predicate.args.last rescue nil
end