>>>>> "J" == Javier Valencia <jvalencia / log01.org> writes: J> priv_method In ruby, a private method is a method that you must call *without* a receiver (like in your example) In your case, try self.priv_method and you'll see that ruby will give an error. Guy Decoux