Sha256: 53fbbf908694e9c464659bdfeea85347f8cbe61ca79f0066a3c8e3b71867275e

Contents?: true

Size: 324 Bytes

Versions: 37

Compression:

Stored size: 324 Bytes

Contents

# encoding: utf-8
module SchemaTools
  # Read schemas into a hash.
  # Use as instance if you have multiple different schema sources/versions
  # which may collide. Go for class methods if you have globally unique schemata
  class Reader
    include SchemaTools::Modules::Read
    extend SchemaTools::Modules::Read
  end
end

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
json_schema_tools-0.2.5 lib/schema_tools/reader.rb
json_schema_tools-0.2.4 lib/schema_tools/reader.rb
json_schema_tools-0.2.3 lib/schema_tools/reader.rb
json_schema_tools-0.2.2 lib/schema_tools/reader.rb
json_schema_tools-0.2.1 lib/schema_tools/reader.rb
json_schema_tools-0.2.0 lib/schema_tools/reader.rb
json_schema_tools-0.1.2 lib/schema_tools/reader.rb
json_schema_tools-0.1.1 lib/schema_tools/reader.rb
json_schema_tools-0.1.0 lib/schema_tools/reader.rb
json_schema_tools-0.0.8 lib/schema_tools/reader.rb
json_schema_tools-0.0.7 lib/schema_tools/reader.rb
json_schema_tools-0.0.6 lib/schema_tools/reader.rb
json_schema_tools-0.0.5 lib/schema_tools/reader.rb
json_schema_tools-0.0.4 lib/schema_tools/reader.rb
json_schema_tools-0.0.3 lib/schema_tools/reader.rb
json_schema_tools-0.0.2 lib/schema_tools/reader.rb
json_schema_tools-0.0.1 lib/schema_tools/reader.rb