This class is abstract. override this class
CommentsC
- (A) initialize(test)
15 |
# File '(stdin)', line 15
def initialize(test) end
|
This class handles dynamic methods through the method_missing method
- method_missing(*args)
10 |
# File '(stdin)', line 10
def method_missing(*args) end
|
- a
Deprecated.
12 |
# File '(stdin)', line 12
def a; end
|