method
signature?
v8.0.0 -
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