Method: StringInput#eof?

Defined in:
lib/extensions/crypt/crypt/stringio.rb

#eof?Boolean

Returns:

  • (Boolean)


112
113
114
115
# File 'lib/extensions/crypt/crypt/stringio.rb', line 112

def eof?
  stream_check!
  @pos > @src.size
end