Method: WrapperBased::Context.call

Defined in:
lib/wrapper_based/context.rb

.call(**where) ⇒ Object



26
27
28
# File 'lib/wrapper_based/context.rb', line 26

def call(**where)
  new(where).call
end