module Tracksperanto::Returning # The "returning" idiom copied from ActiveSupport def returning(r) yield(r); r end end