Skip to content

Commit

Permalink
Allow irb prompt for commandline slides
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed Sep 22, 2011
1 parent 3438dd0 commit 2c06683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commandline_parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class CommandlineParser < Parslet::Parser

rule(:prompt) do
str('$') | str('#')
str('$') | str('#') | str('>>')
end

rule(:text) do
Expand Down

0 comments on commit 2c06683

Please sign in to comment.