1 2 3 4 5 6 7 8
# File 'lib/error.rb', line 1 def error(msg) if @p.flg["25"] @p.flg["25"] = false else puts msg @p.stop end end