# File ./roster.rb, line 189
      def each_resource
        @resources.each_value {|resource| yield resource}
      end