Class: BlockStatementClass

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

#initializeBlockStatementClass

Returns a new instance of BlockStatementClass.



27
28
29
# File 'lib/core/runtime_class/class_names.rb', line 27

def initialize
  super
end

Instance Method Details

#write(tab = 0) ⇒ Object



31
32
33
# File 'lib/core/runtime_class/class_names.rb', line 31

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