Sha256: c5da524514701d4cae5094e355237fa3025945ef46f60c4d98b1cd26b561f972
Contents?: true
Size: 246 Bytes
Versions: 12
Compression:
Stored size: 246 Bytes
Contents
module Queuel module Introspect def module_names self.to_s.split("::")[0..-2].join("::") end def const_with_nesting(other_name) Object.module_eval("#{module_names}::#{other_name}", __FILE__, __LINE__) end end end
Version data entries
12 entries across 12 versions & 1 rubygems