Module: RShade
- Defined in:
- lib/rshade.rb,
lib/rshade/event.rb,
lib/rshade/stack.rb,
lib/rshade/trace.rb,
lib/rshade/utils.rb,
lib/rshade/version.rb,
lib/rshade/event_tree.rb,
lib/rshade/rspec/rspec.rb,
lib/rshade/stack_frame.rb,
lib/rshade/event_observer.rb,
lib/rshade/filter/default.rb,
lib/rshade/config/registry.rb,
lib/rshade/event_processor.rb,
lib/rshade/trace_observable.rb,
lib/rshade/config/event_store.rb,
lib/rshade/config/stack_store.rb,
lib/rshade/formatter/stack/json.rb,
lib/rshade/formatter/trace/html.rb,
lib/rshade/formatter/trace/json.rb,
lib/rshade/serializer/traversal.rb,
lib/rshade/filter/filter_builder.rb,
lib/rshade/filter/abstract_filter.rb,
lib/rshade/filter/variable_filter.rb,
lib/rshade/formatter/stack/stdout.rb,
lib/rshade/formatter/stack/string.rb,
lib/rshade/formatter/trace/stdout.rb,
lib/rshade/formatter/trace/string.rb,
lib/rshade/filter/filter_composition.rb,
lib/rshade/filter/exclude_path_filter.rb,
lib/rshade/filter/include_path_filter.rb
Defined Under Namespace
Modules: Filter, Formatter, RSpecHelper, Serializer, Utils Classes: Config, Event, EventObserver, EventProcessor, EventTree, EventTreeNode, Stack, StackFrame, Trace, TraceObservable
Constant Summary collapse
- VERSION =
'0.2.2'- REPORTS =
rubocop:disable Style/MutableConstant
[]