instance method
escape
Ruby on Rails 7.0.10
Since v4.0.13 PrivateSignature
escape(key)
No documentation comment.
Parameters
-
keyreq
Source
# File activesupport/lib/active_support/file_update_checker.rb, line 152
def escape(key)
key.gsub(",", '\,')
end
Defined in activesupport/lib/active_support/file_update_checker.rb line 152
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::FileUpdateChecker