Class: TrueClass
- Inherits:
-
Object
- Object
- TrueClass
- Defined in:
- lib/HDLRuby/hruby_high.rb
Overview
Extends the TrueClass class for computing for conversion to expression.
Instance Method Summary collapse
-
#to_expr โ Object
Converts to a new high-level expression.
Instance Method Details
#to_expr โ Object
Converts to a new high-level expression.
4655 4656 4657 |
# File 'lib/HDLRuby/hruby_high.rb', line 4655 def to_expr return Value.new(Integer,1) end |