Method: JsonFlit::Registry#register_components

Defined in:
lib/json_flit/registry.rb

#register_components(components) ⇒ Object



118
119
120
121
122
# File 'lib/json_flit/registry.rb', line 118

def register_components(components)
  components.each do |name, component|
    register_component(name, component)
  end
end