Class: ObjectSpace::Reflector
- Defined in:
- lib/core/facets/objectspace/reflect.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#initialize(obj) ⇒ Reflector
constructor
A new instance of Reflector.
- #method_missing(op, *args, &yld) ⇒ Object
Constructor Details
#initialize(obj) ⇒ Reflector
Returns a new instance of Reflector.
43 44 45 |
# File 'lib/core/facets/objectspace/reflect.rb', line 43 def initialize(obj) @obj = obj end |