method

each_byte

Importance_0
each_byte() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File ext/openssl/lib/openssl/buffering.rb, line 199
  def each_byte
    while c = getc
      yield(c)
    end
  end
Register or log in to add new notes.