Method: Appear::Util::Join#unjoin
- Defined in:
- lib/appear/util/join.rb
#unjoin {|Object| ... } ⇒ Object
Return the first member in the join that matches the given block.
101 102 103 |
# File 'lib/appear/util/join.rb', line 101 def unjoin(&block) @objs.find(&block) end |