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.6.6 lib/schema_tools/reader.rb
json_schema_tools-0.6.5 lib/schema_tools/reader.rb
json_schema_tools-0.6.4 lib/schema_tools/reader.rb
json_schema_tools-0.6.3 lib/schema_tools/reader.rb
json_schema_tools-0.6.2 lib/schema_tools/reader.rb
json_schema_tools-0.6.1 lib/schema_tools/reader.rb
json_schema_tools-0.6.0 lib/schema_tools/reader.rb
json_schema_tools-0.5.3 lib/schema_tools/reader.rb
json_schema_tools-0.5.2 lib/schema_tools/reader.rb
json_schema_tools-0.5.1 lib/schema_tools/reader.rb
json_schema_tools-0.5.0 lib/schema_tools/reader.rb
json_schema_tools-0.4.3 lib/schema_tools/reader.rb
json_schema_tools-0.4.2 lib/schema_tools/reader.rb
json_schema_tools-0.4.1 lib/schema_tools/reader.rb
json_schema_tools-0.4.0 lib/schema_tools/reader.rb
json_schema_tools-0.3.3 lib/schema_tools/reader.rb
json_schema_tools-0.3.2 lib/schema_tools/reader.rb
json_schema_tools-0.3.1 lib/schema_tools/reader.rb
json_schema_tools-0.3.0 lib/schema_tools/reader.rb
json_schema_tools-0.2.6 lib/schema_tools/reader.rb