# File lib/ole/types/base.rb, line 28 def self.load str # not sure if its always there, but there is often a trailing # null byte. new str.chomp(0.chr) end