module Cucumber::Formatter::Io

def self.included(formatter_class)

def self.included(formatter_class)
  formatter_class.extend(ClassMethods)
end