Jamal Soueidan wrote: > Thats what I meant, functions is used without the object, and are called > direct, whereas the methods is used with the object. > > puts "this is a function" > > File.puts "this is object.method" > > Is this how everyone see it or do many people have different opinion on > this > subject? ...no! wait a second... isn't a standalone function really an object? -- Posted via http://www.ruby-forum.com/.