Method: TSJSON::Schema#compile

Defined in:
lib/schema/schema.rb

#compileObject



32
33
34
# File 'lib/schema/schema.rb', line 32

def compile
  @types_map.values.each(&:compile)
end