module Outback::Returning
module Support
Public Instance Methods
returning(value, &block)
click to toggle source
# File lib/outback/support/returning.rb, line 4 def returning(value, &block) value.tap(&block) end