lib/rshade/formatter/trace/stdout.rb in rshade-0.2.0 vs lib/rshade/formatter/trace/stdout.rb in rshade-0.2.1
- old
+ new
@@ -4,10 +4,10 @@
module Formatter
module Trace
class Stdout < String
# @param [RShade::EventProcessor] event_store
def call(event_store)
- puts super(event_store)
+ puts super
end
end
end
end
end