From: Mlle Date: 2011-03-07T05:45:26+09:00 Subject: ruby script Hi, I wrote a ruby script but I'd like to define a method within it and call the method from the main method. How do I do that? Do I have to define the whole file as a module or something? Thanks