Class Struct
In: lib/delayed/yaml_ext.rb
Parent: Object

Methods

Public Class methods

[Source]

    # File lib/delayed/yaml_ext.rb, line 35
35:   def self.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

[Validate]