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