lib/rshade/formatter/trace/stdout.rb in rshade-0.2.2 vs lib/rshade/formatter/trace/stdout.rb in rshade-1.10.0

- old
+ new

@@ -4,10 +4,10 @@ module Formatter module Trace class Stdout < String # @param [RShade::EventProcessor] event_store def call(event_store) - puts super + puts super(event_store) end end end end end