There was an error while loading. Please reload this page.
call(*) invokes the original call implementation and wraps its return value into a result object.
call(*)
call
# File lib/shopify-cli/method_object.rb, line 55 def call(*) Result.wrap { super }.call end