Array.of(String, Object)
Class representing a leaf in a Name tree.
Name
Creates a new leaf in a Name tree.
A hash of couples, associating a Name with an Reference.
Reference
# File lib/origami/catalog.rb, line 320 def initialize(hash = {}) super(hash.flat_map {|name, obj| [name.dup, obj]}) end