# File lib/stream.rb, line 64 def move_forward_until until at_end? element = basic_forward return element if yield(element) end nil end