Class: C
- Defined in:
- lib/carat-dev/class-constructor/tc_constructor.rb,
lib/carat-dev/interface_work/SCRAP/j-interface/interface-0.1.0/test/tc_interface.rb
Instance Method Summary collapse
- #baz ⇒ Object
-
#initialize ⇒ C
constructor
A new instance of C.
Methods inherited from B
Constructor Details
#initialize ⇒ C
Returns a new instance of C.
17 18 |
# File 'lib/carat-dev/class-constructor/tc_constructor.rb', line 17 def initialize end |
Instance Method Details
#baz ⇒ Object
30 |
# File 'lib/carat-dev/interface_work/SCRAP/j-interface/interface-0.1.0/test/tc_interface.rb', line 30 def baz; end |