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