Class: RShade::Formatter::Stdout
- 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
Constructor Details
This class inherits a constructor from RShade::Formatter::String
Instance Method Details
#call(event_store) ⇒ Object
5 6 7 |
# File 'lib/rshade/formatter/stdout.rb', line 5 def call(event_store) puts super(event_store) end |