Module: HDLRuby::Low::LLeaf
- Defined in:
- lib/HDLRuby/hruby_low.rb
Overview
The module giving leaf properties to a type.
Instance Method Summary collapse
-
#leaf? ⇒ Boolean
Tells if the type is a leaf.
Instance Method Details
#leaf? ⇒ Boolean
Tells if the type is a leaf.
1512 1513 1514 |
# File 'lib/HDLRuby/hruby_low.rb', line 1512 def leaf? return true end |