From 2c066839607a89ebe6dd3707d54265c43866ac3c Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Thu, 22 Sep 2011 16:33:02 -0700 Subject: [PATCH] Allow irb prompt for commandline slides --- lib/commandline_parser.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commandline_parser.rb b/lib/commandline_parser.rb index 4d6bd4ad1..ee49431f0 100644 --- a/lib/commandline_parser.rb +++ b/lib/commandline_parser.rb @@ -4,7 +4,7 @@ class CommandlineParser < Parslet::Parser rule(:prompt) do - str('$') | str('#') + str('$') | str('#') | str('>>') end rule(:text) do