Class: Numeric
- Inherits:
-
Object
- Object
- Numeric
- Defined in:
- lib/neotrellis/seesaw.rb
Overview
Monkey patch, sorry
Instance Method Summary collapse
-
#to_shex ⇒ Object
Helper to display hex number as string.
Instance Method Details
#to_shex ⇒ Object
Helper to display hex number as string
26 27 28 |
# File 'lib/neotrellis/seesaw.rb', line 26 def to_shex "0x%02X" % [self] end |