Method Ruby

print_parameter_to_screen = lambda { |x| puts x }
print_parameter_to_screen.call(100)