Last active
April 27, 2017 07:46
-
-
Save radralph/3dad9faee5892aa2019e6a73681f0c9d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1.upto(1000) do |x| | |
| say "hello there agent number " + x.to_s | |
| end | |
| hangup |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment