71.
What is the purpose of the Module#attr_reader, Module#attr_writer, and Module#attr_accessor methods in Ruby?

72.
What is the purpose of the method_missing method in Ruby's BasicObject class?

73.
What does the term "aliasing" refer to in Ruby?

74.
What is the purpose of the Kernel#autoload method in Ruby?