module UR::Serialize::ReturnValue

Constants

Data

Public Class Methods

unpack(str) click to toggle source
# File lib/serialize.rb, line 21
def self.unpack(str)
  Data.new *str.unpack('C')
end