class RSpec::Core::Formatters::DeprecationFormatter
def initialize(deprecation_stream=$stderr, summary_stream=$stdout)
def initialize(deprecation_stream=$stderr, summary_stream=$stdout) @deprecation_stream = deprecation_stream @summary_stream = summary_stream @count = 0 end