# File lib/stream.rb, line 84
  def current; at_beginning? ? self : basic_current; end