Returns a new instance of Context.
28 29 30
# File 'lib/jschematic/context.rb', line 28 def initialize(*raw_schemas) @schemas = raw_schemas.collect{ |raw_schema| Schema.new(raw_schema) } end