Class: String

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

Overview

Extend string to include some helpful stuff

Instance Method Summary collapse

Instance Method Details

#unhexifyObject



3
4
5
# File 'lib/string_ext.rb', line 3

def unhexify
  [self].pack("H*")
end