Libraries
»
win-user32-ruby
(0.1.0)
»
Index (N)
»
Numeric
Class: Numeric
Inherits:
Object
Object
Numeric
show all
Defined in:
lib/helpers.rb
Instance Method Summary
collapse
#
to_hex
⇒ Object
Instance Method Details
#
to_hex
⇒
Object
9 10 11
# File 'lib/helpers.rb', line 9
def
to_hex
sprintf
(
"
0x%x
"
,
self
)
end