Class: TimesClass

Inherits:
ClassName show all
Defined in:
lib/core/runtime_class/class_names.rb

Instance Method Summary collapse

Methods inherited from ClassName

#copy, #describe, #to_literal_string

Methods inherited from Array

#cauldron_method_calls, #contains?, #copy, #select_all, #to_declaration, #to_intrinsic, #to_literal, #to_var

Constructor Details

#initializeTimesClass

Returns a new instance of TimesClass.



63
64
65
# File 'lib/core/runtime_class/class_names.rb', line 63

def initialize
  super
end

Instance Method Details

#write(tab = 0) ⇒ Object



67
68
69
# File 'lib/core/runtime_class/class_names.rb', line 67

def write(tab=0)
  return 'Times'
end