Method: Uinit::Type::HashOf.from

Defined in:
lib/uinit/type/hash_of.rb

.from(schema) ⇒ Object



10
11
12
# File 'lib/uinit/type/hash_of.rb', line 10

def self.from(schema)
  new(schema) if from?(schema)
end