# File lib/skeleton.rb, line 10
  def self.build(&block)
    structure = Skeleton::Structure.new
    yield(structure) if block
    structure
  end