Used to return the first value for which the black evalutes as true. Think .map(&b).compact.first
[Source]
# File maveric/extensions.rb, line 35 35: def eject &b; find{|e| r=b[e] and break r }; end
[Validate]