ruby method (&:method) code example Example: ruby method def print_args(arg1,ar2) puts arg1 puts arg2 end