About Lesson
The set command allows you to configure Framework options and parameters for the current module you are working with.
set RHOSTS 192.168.1.23

The opposite of the set command, of course, is unset. unset removes a parameter previously configured with set. You can remove all assigned variables with unset all.
unset RHOSTS
