Class: DtracePrintfRecord

Inherits:
Object
  • Object
show all
Defined in:
lib/dtraceprintfrecord.rb

Overview

Ruby-Dtrace © 2007 Chris Andrews <[email protected]>

A DTrace record for the formatted part of a printf() action.

Instance Attribute Summary collapse

Instance Attribute Details

#valueObject

Returns the value of attribute value.



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

def value
  @value
end