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

Methods

Public Class methods

[Source]

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

[Validate]