Class: FalseClass
- Inherits:
-
Object
- Object
- FalseClass
- Defined in:
- lib/HDLRuby/hruby_high.rb
Overview
Extends the FalseClass class for computing for conversion to expression.
Instance Method Summary collapse
-
#to_expr ⇒ Object
Converts to a new high-level expression.
Instance Method Details
permalink #to_expr ⇒ Object
Converts to a new high-level expression.
4978 4979 4980 |
# File 'lib/HDLRuby/hruby_high.rb', line 4978 def to_expr return Value.new(Integer,0) end |