Sha256: c9b3c04277b108de6111048c8f5577bec90ded78f3f053f3814f0d6ec1023a4a

Contents?: true

Size: 129 Bytes

Versions: 4

Compression:

Stored size: 129 Bytes

Contents

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tracksperanto-4.1.3 lib/tracksperanto/returning.rb
tracksperanto-4.1.2 lib/tracksperanto/returning.rb
tracksperanto-4.1.0 lib/tracksperanto/returning.rb
tracksperanto-4.0.0 lib/tracksperanto/returning.rb