# File lib/sugar-high/regexp.rb, line 2
  def to_regexp
    /#{Regexp.escape(self)}/
  end