# File lib/rouge/lexers/console.rb, line 49 def prompt_prefix_regex if allow_comments? /[^<#]*?/m else /.*?/m end end