class Falcon::Adapters::Output

def ready?

Whether the body can be read immediately.
def ready?
	body.is_a?(Array) or body.respond_to?(:to_ary)
end