Method: Mysh::StringSource#eoi?

Defined in:
lib/mysh/sources/string.rb

#eoi?Boolean

Have we reached the end of input?

Returns:

  • (Boolean)


27
28
29
# File 'lib/mysh/sources/string.rb', line 27

def eoi?
  @eoi
end