module LessStruct::Interactor::Simple::ClassMethods

Public Instance Methods

call(*args) click to toggle source
# File lib/less_struct/interactor/simple.rb, line 15
def call(*args)
  new(*args).tap(&:call).context
end