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