From: John Hammink Date: 2010-10-29T02:00:55+09:00 Subject: Re: undefined method `find' for.:Module Hi, good explantion -and thanks! - almost - but please show me how my script must actually look - as changed via your suggestion - to get it to work properly. I don't understand a thing about load paths and what that does either. As I'm using windows CMD a Unix command won't help. Last thing: your suggestion require './Froop' Throws and error: irb(main):003:0> require './Froop' NoMethodError: undefined method `find' for Froop:Module from E:/Sounds/Digital/Froop.rb:6:in `match' from E:/Sounds/Digital/Froop.rb:12:in `' from :29:in `require' from :29:in `require' from (irb):3 from C:/Ruby192/bin/irb:12:in `
' So I'm still stuck at the beginning :( -- Posted via http://www.ruby-forum.com/.