Sha256: c68147dfe30f5a7f9a1c226603ba0bfb5b98d9711301a9049d4f6503b6dccd36

Contents?: true

Size: 156 Bytes

Versions: 42

Compression:

Stored size: 156 Bytes

Contents

# -*- encoding : utf-8 -*-
module Tracksperanto::Returning
  # The "returning" idiom copied from ActiveSupport
  def returning(r)
    yield(r); r
  end
end

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
tracksperanto-2.9.1 lib/tracksperanto/returning.rb
tracksperanto-2.9.0 lib/tracksperanto/returning.rb