Mega Code Archive
Categories
/
Ruby
/
Method
Use def to define a function
def dog_barking puts "Woof!" end dog_barking