C
| 15 | # File '(stdin)', line 15
def initialize(test) end | 
This class handles dynamic methods through the method_missing method
| 10 | # File '(stdin)', line 10
def method_missing(*args) end | 
| 12 | # File '(stdin)', line 12
def a; end |