class RubyRTL::CircuitPart

Attributes

body[RW]
label[RW]

Public Class Methods

new(label,body) click to toggle source
# File lib/ruby_rtl/ast.rb, line 78
def initialize label,body
  @label,@body=label,body
end