Module: IRB

Defined in:
lib/LatinIRB.rb

Overview

Monkey-patch to change the gets behavior. In the gem, the FileInputMethod class’s ‘gets’ method always prints out what was read. This should be suppressed by the IRB class’s Context class’s ECHO state, but this is not used, possibly a bug depending on what the semantics of that @echo variable are meant to mean.

Defined Under Namespace

Classes: FileInputMethod