From: Brian Ehmann Date: 2007-01-30T01:25:03+09:00 Subject: Re: executable Assuming I did not completely misunderstand what you are asking.... 1) Put the following as the first line in your ruby file: #!/usr/bin/env ruby 2) Grant execute permissions to your file with the following command: chmod +x my_file.rb On Jan 29, 2007, at 11:10 AM, Rae wrote: > How do you make an executable file in Ruby? What software does one use > with it? > >