Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

module ShopifyCli::MethodObject::AutoCreateResultObject

Konstantin Tennhard edited this page Feb 1, 2021 · 3 revisions

Instance Methods

call

call(*) invokes the original call implementation and wraps its return value into a result object.

see source

# File lib/shopify-cli/method_object.rb, line 55
def call(*)
  Result.wrap { super }.call
end

Clone this wiki locally