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