def hello puts "Hello, Matz!"endhello # => Hello, Matz!undef hello # undefines the method named hellohello # try calling this method now