class TrueClass
Extends the TrueClass
class for computing for conversion to expression.
Public Instance Methods
to_expr()
click to toggle source
Converts to a new high-level expression.
# File lib/HDLRuby/hruby_high.rb, line 4243 def to_expr return Value.new(Integer,1) end