# File lib/delayed/syck_ext.rb, line 28
28: defself.yaml_tag_read_class(name)
29: # Constantize the object so that ActiveSupport can attempt
30: # its auto loading magic. Will raise LoadError if not successful.
31: name.constantize
32: "Struct::#{ name }"
33: end