Sha256: dfac578b64de391321328571857f641c279861cfa652be8dff2d01598ea8d8c2

Contents?: true

Size: 129 Bytes

Versions: 3

Compression:

Stored size: 129 Bytes

Contents

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tracksperanto-1.9.0 lib/tracksperanto/returning.rb
tracksperanto-1.8.4 lib/tracksperanto/returning.rb
tracksperanto-1.8.2 lib/tracksperanto/returning.rb