Class: Dtrace::Tracer::NullTracer
- Inherits:
-
Object
- Object
- Dtrace::Tracer::NullTracer
- Defined in:
- lib/dtrace/tracer.rb
Class Method Summary collapse
Class Method Details
.fire(arg0, arg1) ⇒ Object
12 13 14 |
# File 'lib/dtrace/tracer.rb', line 12 def self.fire(arg0, arg1) puts "NullTracer: #{arg0} #{arg1}" end |