From: James Edward Gray II Date: 2005-12-22T22:54:13+09:00 Subject: Re: Strange StringScanner behaviour On Dec 22, 2005, at 3:41 AM, Neowulf wrote: > Hi all, Howdy. > I have a really bad feeling about posting this here, but I'm kinda > stumped. Ah, don't say that. We're pretty nice and almost never bite. ;) Feel free to ask future questions. > However, when I try to make use of the StringScanner from the core > API, I know you've already got an answer, but this is the source of your confusion and I thought I would see if I could clear it up for you. Everything that is "Core Ruby" can be used without a require. Now Ruby also ships with a "Standard Library", which is a collection of useful extra libraries you can also use (but with a require). StringScanner is a Standard Library. You can tell by looking at which link they are documented under, from this page: http://www.ruby-doc.org/ Hope that helps. James Edward Gray II