Class: Module
- Inherits:
-
Object
- Object
- Module
- Includes:
- AdLint::Memoizable
- Defined in:
- lib/adlint/prelude.rb
Instance Method Summary collapse
Methods included from AdLint::Memoizable
Instance Method Details
#outer_module ⇒ Object
55 56 57 |
# File 'lib/adlint/prelude.rb', line 55 def outer_module eval self.name.sub(/(.*)::.*\z/, "\\1") end |
#private_constant ⇒ Object
52 |
# File 'lib/adlint/prelude.rb', line 52 def private_constant(*) end |