# File lib/facets/core/string/unpack.rb, line 8 def unpack(format, offset=nil) if offset.nil? unpack_from_orgin(format) else self[offset..-1].unpack_from_orgin(format) end end