Mega Code Archive
Categories
/
Ruby
/
Method
Def and end define the welcome method
def welcome puts "Welcome to Ruby methods." end welcome