23 24 25
# File 'lib/arugula/parts.rb', line 23 def to_s literal.gsub('\\', '\\\\').gsub(/[.]/) { |m| "\\#{m}" } end