Class: Fixnum
- Inherits:
-
Object
- Object
- Fixnum
- Defined in:
- lib/HDLRuby/hruby_high.rb
Overview
Extends the Fixnum 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.
3598 3599 3600 |
# File 'lib/HDLRuby/hruby_high.rb', line 3598 def to_expr return Value.new(Integer,self) end |