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.



113
114
115
# File 'lib/rubber/codegen.rb', line 113

def child_names
  @child_names
end

Instance Method Details

#cnameObject



114
115
116
117
# File 'lib/rubber/codegen.rb', line 114

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