Mega Code Archive

 
Categories / Ruby / Method
 

The parentheses in the call are optional

def greeting(message)   puts message end greeting "Hello from Ruby."