I've been told that Scaladocs is the best source for Scala API documentation: http://www.scala-lang.org/api/current/index.html
I've found an example using scala.io.Source.fromURL(url).getLines
The example works, but fromURL is not in that site. Where can I find a more exhaustive documentation on the methods available?