method

escape

escape(key)
private

No documentation available.

# File activesupport/lib/active_support/file_update_checker.rb, line 127
    def escape(key)
      key.gsub(',','\,')
    end