Method: HDLRuby::High::Print#to_low

Defined in:
lib/HDLRuby/hruby_high.rb

#to_lowObject

Converts the connection to HDLRuby::Low.



3905
3906
3907
# File 'lib/HDLRuby/hruby_high.rb', line 3905

def to_low
    return HDLRuby::Low::Print.new(*self.each_arg.map(&:to_low))
end