bdfinlayson / textula

Text-based adventure game engine played in the terminal and written in Ruby.
MIT License
3 stars 0 forks source link

refactor sleep patterns #12

Open bdfinlayson opened 9 years ago

bdfinlayson commented 9 years ago

def thing(string) forEach string do puts string sleep 1.2 end end