Method: IBRuby::Blob#each

Defined in:
lib/src.rb

#each {|segment| ... } ⇒ Object

This method loads the segments of a blob one after another. The blob segments are passed as strings to the block passed to the method.

Yields:

  • (segment)


1118
1119
1120
# File 'lib/src.rb', line 1118

def each
   yield segment
end