# File lib/more/facets/tracepoint.rb, line 88 def active=(x) @@active = x ? true : false unless @@active set_trace_func nil end end