Class: Bignum

Inherits:
Object
  • Object
show all
Defined in:
lib/HDLRuby/hruby_high.rb

Overview

Extends the Bignum class for computing for conversion to expression.

Instance Method Summary collapse

Instance Method Details

#to_exprObject

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