Skip to content
/ godot Public

The gem what makes waiting for stuff all easy-like.

License

Notifications You must be signed in to change notification settings

ohrite/godot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Godot

Build Status Dependency Status

Introducing Godot, the gem what makes waiting for stuff all easy-like.

What?

Ever need to wait for a server to come up on a given port?

puts "My life is so much better now!" if Godot.wait("pivotallabs.com", 80)

How about that same few lines of timeout-wrapped curl matching output?

puts "So that's doc!" if Godot.match("pivotallabs.com", 80, /doc/, "/who")

License

See LICENSE for more information.

About

The gem what makes waiting for stuff all easy-like.

Resources

License

Stars

Watchers

Forks

Packages

No packages published