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)


1448
1449
1450
# File 'lib/HDLRuby/hruby_low.rb', line 1448

def leaf?
    return true
end