Top Level Namespace

Instance Method Summary collapse

Instance Method Details

#die(code = 0) ⇒ Object

Help us die gracefully



4
5
6
7
# File 'bin/stalk', line 4

def die(code = 0)
  puts "\nTest your API using stalker.js.\n\nUsage:\n  stalk my_endpoints.txt http://host1:80\n\n"
  exit code
end