class Phlex::Unbuffered

def call(...)

Forward some methods to the original underlying method
def call(...)
	@object.call(...)
end