Mega Code Archive
Categories
/
Ruby
/
Method
Define your own method with defend
def hello puts "Hello, Matz!" end hello # => Hello, Matz!