Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/sinatra-s3/ext.rb
Instance Method Summary collapse
Instance Method Details
#from_hex_s ⇒ Object
17 18 19 |
# File 'lib/sinatra-s3/ext.rb', line 17 def from_hex_s [self].pack("H*") end |
#to_hex_s ⇒ Object
14 15 16 |
# File 'lib/sinatra-s3/ext.rb', line 14 def to_hex_s unpack("H*").first end |