Shorthand for tester.wait(time_in_s: 100), e.g. 100.s!
207 208 209
# File 'lib/origen/core_ext/numeric.rb', line 207 def s! Origen.app.tester.wait time_in_s: self end