Sha256: 5e35543f78bb96cc3f2a365e5809e069fbfc5dbc674e25016f9390f8c639d517
Contents?: true
Size: 189 Bytes
Versions: 3
Compression:
Stored size: 189 Bytes
Contents
# Patch for JsonSchema::Schema to memorize schema data require "json_schema/schema" module JsonSchema class Schema attr_accessor :data def to_hash data end end end
Version data entries
3 entries across 3 versions & 1 rubygems