Class: A Abstract

Inherits:
B show all
Defined in:
(stdin)

Overview

This class is abstract. override this class

Comments

See Also:

Author:

Version:

Method Summary

Constructor Details

- (A) initialize(test)

constructor method!

Returns:

  • (A) — a new instance of +A+


15
# File '(stdin)', line 15

def initialize(test) end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

- (Object) method_missing(*args)

HI


10
# File '(stdin)', line 10

def method_missing(*args) end

Method Details

- (Object) a

Deprecated.



12
# File '(stdin)', line 12

def a; end