Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/string_ext.rb
Overview
Extend string to include some helpful stuff
Instance Method Summary collapse
Instance Method Details
#unhexify ⇒ Object
3 4 5 |
# File 'lib/string_ext.rb', line 3 def unhexify [self].pack("H*") end |