method
signature?
v7.1.3.4 -
Show latest stable
- Class:
ActiveSupport::Cache::Coder
signature?(dumped)private
No documentation available.
# File activesupport/lib/active_support/cache/coder.rb, line 121
def signature?(dumped)
dumped.is_a?(String) && dumped.start_with?(SIGNATURE)
end