Module: Outback::Returning

Defined in:
lib/outback/support/returning.rb

Overview

module Support

Instance Method Summary collapse

Instance Method Details

#returning(value, &block) ⇒ Object



4
5
6
# File 'lib/outback/support/returning.rb', line 4

def returning(value, &block)
  value.tap(&block)
end