Class: Rubber::C_RootModule

Inherits:
Object
  • Object
show all
Defined in:
lib/rubber/codegen.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#child_namesObject (readonly)

Returns the value of attribute child_names.



106
107
108
# File 'lib/rubber/codegen.rb', line 106

def child_names
  @child_names
end

Instance Method Details

#cnameObject



107
108
109
110
# File 'lib/rubber/codegen.rb', line 107

def cname
	p "RootModule cName req'd.", caller
	nil
end