From: Neville Franks Date: 2007-01-27T14:16:11+09:00 Subject: Another Ruby language question Following from yesterday I have a few more Ruby questions. Can someone please explain what 'self' does in the following: module Mod1 def self.a_method puts 'a' end def b_method puts 'b' end end If self isn't specificed I'm unable to call the method. ex. Mod1::b_method fails. I've scoured on-line docs about module and come up empty. Next. What does '/upload' mean in: class Upload < R '/upload' This is from: http://www.oreillynet.com/ruby/blog/2007/01/the_joy_of_rolling_your_own_wi.html Thanks. --- Neville Franks, http://www.getsoft.com http://www.surfulater.com -- Posted via http://www.ruby-forum.com/.