Method: HDLRuby::Viz::Node#repeat_svg
- Defined in:
- lib/HDLRuby/hruby_viz.rb
#repeat_svg(n) ⇒ Object
Generate a repeat description SVG text for node +n+
3743 3744 3745 3746 |
# File 'lib/HDLRuby/hruby_viz.rb', line 3743 def repeat_svg(n) # Just like an if. return if_svg(n) end |