service-oriented-design-with-ruby icon indicating copy to clipboard operation
service-oriented-design-with-ruby copied to clipboard

Fixed a bug in ARGV parsing for service.rb in chapter 1

Open timbogit opened this issue 13 years ago • 0 comments

ARGV.index("-e") returns a integer, not the value of the '-e' command line argument.

Also, 'localhost' was not pointing at the correct place on my machine, so I change the endpoint address to use the 127.0.0.1 IP address

timbogit avatar Nov 22 '11 16:11 timbogit