Class: Remap::Rule::Collection

Inherits:
Dry::Interface
  • Object
show all
Defined in:
lib/remap/rule/support/collection.rb,
lib/remap/rule/support/collection/empty.rb,
lib/remap/rule/support/collection/filled.rb

Defined Under Namespace

Classes: Empty, Filled

Instance Method Summary collapse

Instance Method Details

#to_procObject



6
7
8
# File 'lib/remap/rule/support/collection.rb', line 6

def to_proc
  method(:call).to_proc
end