Class: Fixnum

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

Overview

Extends the Fixnum class for computing for conversion to expression.

Instance Method Summary collapse

Instance Method Details

#to_exprObject

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