Classes: Builder, Node, Type
"0.0.1"
8 9 10
# File 'lib/structor.rb', line 8 def self.define(&block) Node.new(:hash, true, &block) end