Creates a Lazy Enumerator for the RefList. If called inside the Applciation's #in_parallel block, pre-fetches the first page of results.
#in_parallel
Returns:
57 58 59
# File 'lib/orchestrate/refs.rb', line 57 def lazy Fetcher.new(self).lazy end