Class: DtracePrintfRecord
- Inherits:
-
Object
- Object
- DtracePrintfRecord
- 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
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value.
7 8 9 |
# File 'lib/dtraceprintfrecord.rb', line 7 def value @value end |