# File lib/facets/more/yamlstruct.rb, line 41
  def initialize( stream )
    @yaml = YAML::load( stream )
  end