Returns a string representation of the delay.
23 24 25
# File 'lib/delayers/base.rb', line 23 def to_s "#{@delay}s" end