From: Thomas Luedeke Date: 2012-10-03T03:54:12+09:00 Subject: Re: Breaking large Ruby script into multiple files Thomas Luedeke wrote in post #1057265: > On large Fortran projects, I'm accustomed to breaking them up into > separate module files. The program then utilizes USE statements to > "glue" it together. > > I'm starting to develop some larger Ruby scripts, and they get messy > very fast. Once I define many functions at the top of the script, then > start the coding, I have an unwieldy mess. > > How do you guys handle this in terms of organization and neatness? > Using multiple files and issuing system commands to run the external > Ruby files seem kinda dumb. I also am not aware of commands to use > external function files (although I'm still a relative newbie). > > Thanks in advance for any assistance! > > TPL Thanks, all. And yes, my intention is to use the breaking up process in an O-O fashion, much like I do for Fortran-2003 coding. -- Posted via http://www.ruby-forum.com/.