Module: Rake::PrivateReader
Do not use. This module is for internal use only.
| Relationships & Source Files | |
| Namespace Children | |
|
Modules:
| |
| Extension / Inclusion / Inheritance Descendants | |
|
Included In:
| |
| Defined in: | lib/rake/private_reader.rb |
Overview
Include PrivateReader to use private_reader.
Class Method Summary
Class Method Details
.included(base)
[ GitHub ]# File 'lib/rake/private_reader.rb', line 7
def self.included(base) base.extend(ClassMethods) end