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