Module: HDLRuby::High::HbasicType
- Extended by:
- Forwardable
- Defined in:
- lib/HDLRuby/hruby_high.rb
Overview
Module providing the properties of a basic type. NOTE: requires method 'to_low' to be defined.
Instance Method Summary collapse
-
#base ⇒ Object
Get the base type, actually self for leaf types.
Instance Method Details
#base ⇒ Object
Get the base type, actually self for leaf types.
1838 1839 1840 |
# File 'lib/HDLRuby/hruby_high.rb', line 1838 def base self end |