잘못된 상위 클래스 절을 제거하기 위해 빠른 수정을 사용할 수 있습니다.
예:
# 모듈 'Kernel'이 상위 클래스로 사용됩니다 class Example < Kernel end
빠른 수정 적용 후:
class Example end