Sha256: 73d17632a16031a43016f0dc3dba077671919891dfe594912f0a3aebf9c0e8b4
Contents?: true
Size: 231 Bytes
Versions: 1
Compression:
Stored size: 231 Bytes
Contents
# # however, we can scope the constant to the top-level, even from within # another class # emsg{ p A } class C lib = libgen('a.rb'){ 'class ::A; end' } autorequire '::A' => lib emsg{ p A } emsg{ p ::A } end emsg{ p A }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
autorequire-0.0.0 | sample/d.rb |