# File lib/rmail/parser/pushbackreader.rb, line 105 def pushback(string) raise RMail::Parser::Error, 'You have already pushed a string back.' if @pushback @pushback = string end