Sha256: 124a10835c2c5c4b5d39fa3e0b78f551b145d257ac161e7629053d5ff79b5ea0
Contents?: true
Size: 283 Bytes
Versions: 3
Compression:
Stored size: 283 Bytes
Contents
module SweetLoader class Scope include SweetLoader attr_reader :autoload_options, :the_module def initialize the_module, options = {} @the_module = the_module @autoload_options = options end def name the_module.name end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sweetloader-0.1.6 | lib/sweetloader/scope.rb |
sweetloader-0.1.5 | lib/sweetloader/scope.rb |
sweetloader-0.1.4 | lib/sweetloader/scope.rb |