#tap_if - a new type of conditional for Ruby(github.com)
github.com
#tap_if - a new type of conditional for Ruby
https://github.com/bnorton/tap_if
2 comments
the magic is here: https://github.com/bnorton/tap_if/blob/master/lib/tap_if.rb
https://github.com/bnorton/tap_if
User.where(:email => email).first.tap_if(:present?) {|user| user.send_update }