method
ungetc
v1_9_1_378 -
Show latest stable
- Class:
Buffering
ungetc(c)public
No documentation available.
# File ext/openssl/lib/openssl/buffering.rb, line 156
def ungetc(c)
@rbuffer[0,0] = c.chr
end ungetc(c)No documentation available.
# File ext/openssl/lib/openssl/buffering.rb, line 156
def ungetc(c)
@rbuffer[0,0] = c.chr
end