class Greeter(name: String = “World”) {
def sayHi() { println("Hi " + name + "!") }
}
[Validate]
Generated with the Darkfish Rdoc Generator 2.