# File lib/active_support/core_ext/kernel.rb, line 13
def
returning
(
value
)
yield
value
end