Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/sinatra-s3/ext.rb

Instance Method Summary collapse

Instance Method Details

#from_hex_sObject



17
18
19
# File 'lib/sinatra-s3/ext.rb', line 17

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

#to_hex_sObject



14
15
16
# File 'lib/sinatra-s3/ext.rb', line 14

def to_hex_s
  unpack("H*").first
end