module Interactors

Public Class Methods

new(&blk) click to toggle source

Helper

# File lib/interactors.rb, line 9
def self.new(&blk)
  Interactors::Anonymous.new(&blk)
end