Top Level Namespace

Defined Under Namespace

Modules: Interactify

Instance Method Summary collapse

Instance Method Details

#Interactify(method_callable = nil, &block) ⇒ Object

rubocop: disable Naming/MethodName



6
7
8
9
10
# File 'lib/interactify/interactify_callable.rb', line 6

def Interactify(method_callable = nil, &block)
  to_wrap = method_callable || block

  Interactify::Dsl::Wrapper.wrap(self, to_wrap)
end