include
prepend
extend
잘못된 inclusion 호출을 제거하기 위해 빠른 수정을 사용할 수 있습니다.
예:
class Example # 'include' 호출에 사용된 클래스 'Object' include Object end
빠른 수정 적용 후:
class Example end