Class: PrettyTrace::Handler

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/pretty_trace/handler.rb

Instance Method Summary collapse

Instance Method Details

#optionsObject



11
12
13
# File 'lib/pretty_trace/handler.rb', line 11

def options
  @options ||= default_options
end

#options=(new_options) ⇒ Object



15
16
17
# File 'lib/pretty_trace/handler.rb', line 15

def options=(new_options)
  @options = new_options
end

#trace_pointObject



7
8
9
# File 'lib/pretty_trace/handler.rb', line 7

def trace_point
  @trace_point ||= trace_point!
end