method
escape
rails latest stable - Class:
ActiveSupport::FileUpdateChecker
escape(key)private
No documentation available.
# File activesupport/lib/active_support/file_update_checker.rb, line 154
def escape(key)
key.gsub(",", '\,')
end