module UR::Serialize::ControlHeader
Constants
- Data
Public Class Methods
unpack(str)
click to toggle source
# File lib/serialize.rb, line 7 def self.unpack str Data.new *str.unpack('S>C') end
# File lib/serialize.rb, line 7 def self.unpack str Data.new *str.unpack('S>C') end