# File lib/haml/util.rb, line 295 def load(data) obj = Marshal.load(data) obj._after_load if obj.respond_to?(:_after_load) obj end