class XMP::StringInputMethod

def eof?

Whether there are any expressions left in this printer.
def eof?
  @exps.empty?
end