Class: RShade::Formatter::Stdout

Inherits:
String show all
Defined in:
lib/rshade/formatter/stdout.rb

Constant Summary

Constants inherited from String

RShade::Formatter::String::ROOT_SEP

Instance Method Summary collapse

Methods inherited from String

#initialize, #line

Constructor Details

This class inherits a constructor from RShade::Formatter::String

Instance Method Details

#call(event_store) ⇒ Object

Parameters:



5
6
7
# File 'lib/rshade/formatter/stdout.rb', line 5

def call(event_store)
  puts super(event_store)
end