class Origami::Stream

def each_key(&b) #:nodoc:

:nodoc:
def each_key(&b) #:nodoc:
    @dictionary.each_key(&b)
end