class Wrapper
Definitions
def each(&block)
Implementation
def each(&block)
@output.each(&block)
end
class Wrapper
def each(&block)
def each(&block)
@output.each(&block)
end