Google

# File jabber4r/roster.rb, line 189

      def each_resource

        @resources.each_value {|resource| yield resource}

      end