method

marshal_dump_supports_canonical_option?

ruby latest stable - Class: PStore

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_9_3_392) is shown here.

marshal_dump_supports_canonical_option?()
private

Check whether Marshal.dump supports the ‘canonical’ option. This option makes sure that Marshal.dump always dumps data structures in the same order. This is important because otherwise, the checksums that we generate may differ.