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)


1380
1381
1382
# File 'lib/HDLRuby/hruby_low.rb', line 1380

def leaf?
    return true
end