what class does a classless independent method belong too? another words if i just make an new irb session and type: def widget(tidbit) tidbit end a=1.0 puts widget(a) b='string' puts widget(b) what class will the widget method belong too? -- Posted via http://www.ruby-forum.com/.