상위 클래스 절에 참조된 모듈를 보고합니다.

예:

module Engine
  def electric?
    true
  end
end

class Cars < Engine #모듈이 상위 클래스로 사용됨