# File lib/org-ruby/line.rb, line 254 def strip_raw_text_tag @line.sub(RawTextRegexp) { |match| $1 } end