module Helloworld2

Defined in:

helloworld_2.cr

Class Method Summary

Class Method Detail

def self.say_hello(recipient : String) #

Overloading This methods greets recipient.


[View source]
def self.say_hello(times : Int32) #

This method greets times times.


[View source]
def self.say_hello(recipient = "Heaven") #

Default Arguments


[View source]
def self.say_hello #

Methods


[View source]
def self.test_output #

[View source]