Module: HDLRuby::Low::LLeaf

Defined in:
lib/HDLRuby/hruby_low.rb

Overview

The module giving leaf properties to a type.

Instance Method Summary collapse

Instance Method Details

#leaf?Boolean

Tells if the type is a leaf.

Returns:

  • (Boolean)


1419
1420
1421
# File 'lib/HDLRuby/hruby_low.rb', line 1419

def leaf?
    return true
end