Method: ShopifyCLI::Result::Failure#map
- Defined in:
- lib/shopify_cli/result.rb
#map ⇒ Object
is a no-op and simply returns itself. This is essential to skip transformation steps in a chain once an error has occurred.
282 283 284 |
# File 'lib/shopify_cli/result.rb', line 282 def map self end |