Module: Straight::GatewayModule::Prependable

Defined in:
lib/straight/gateway.rb

Overview

If you are defining methods in this module, it means you most likely want to call super() somehwere inside those methods.

In short, the idea is to let the class we’re being prepended to do its magic after our methods are finished.