Method: HDLRuby::High::SignalC#to_ref

Defined in:
lib/HDLRuby/hruby_high.rb

#to_refObject

Converts to a new reference.



4413
4414
4415
# File 'lib/HDLRuby/hruby_high.rb', line 4413

def to_ref
    return RefObject.new(this,self)
end