# File lib/delayed/yaml_ext.rb, line 35
35: defself.yaml_tag_read_class(name)
36: # Constantize the object so that ActiveSupport can attempt
37: # its auto loading magic. Will raise LoadError if not successful.
38: name.constantize
39: "Struct::#{ name }"
40: end