Class: RShade::Formatter::Stack::Stdout

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

Constant Summary

Constants inherited from String

RShade::Formatter::Stack::String::ROOT_SEP

Instance Attribute Summary

Attributes inherited from String

#colorize

Instance Method Summary collapse

Methods inherited from String

#initialize

Constructor Details

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

Instance Method Details

#call(stack_frames, variable_serializer: nil) ⇒ Object



7
8
9
# File 'lib/rshade/formatter/stack/stdout.rb', line 7

def call(stack_frames, variable_serializer: nil)
  puts super
end