# File lib/rdoc/markup/to_html.rb, line 381 def parseable? text text =~ /\b(def|class|module|require)\b|=>|\{\s?\||do \|/ and text !~ /<%|%>/ end