Method: VCD::Reader#time
- Defined in:
- lib/libfst/vcd.rb
#time ⇒ Integer?
When called in one of the callbacks, returns the current time as an integer, nil otherwise.
313 314 315 |
# File 'lib/libfst/vcd.rb', line 313 def time @time end |