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)


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

def leaf?
    return true
end