module Helloworld2
Defined in:
helloworld_2.crClass Method Summary
-
.say_hello(recipient : String)
Overloading This methods greets recipient.
-
.say_hello(times : Int32)
This method greets times times.
-
.say_hello(recipient = "Heaven")
Default Arguments
- .say_hello
- .test_output