Method: ShopifyCLI::ThreadPool::Job#call
- Defined in:
- lib/shopify_cli/thread_pool/job.rb
#call ⇒ Object
16 17 18 19 20 |
# File 'lib/shopify_cli/thread_pool/job.rb', line 16 def call perform! rescue StandardError => error @error = error end |