Libraries
»
tsjson
(1.0.0)
»
Index
»
TSJSON
»
Schema
»
#compile
Method: TSJSON::Schema#compile
Defined in:
lib/schema/schema.rb
#
compile
⇒
Object
32 33 34
# File 'lib/schema/schema.rb', line 32
def
compile
@types_map
.
values
.
each
(
&
:compile
)
end