class RubyRTL::Indexed
Attributes
lhs[RW]
rhs[RW]
Public Class Methods
new(lhs,rhs,type)
click to toggle source
Calls superclass method
RubyRTL::Sig::new
# File lib/ruby_rtl/dsl.rb, line 165 def initialize lhs,rhs,type super("foo",type) @lhs,@rhs=lhs,rhs end