Fix incorrect Module#class_eval type by pocke · Pull Request #568 · ruby/rbs

Module#class_eval doesn't take any arguments in Ruby, but the RBS says "it takes one argument" mistakenly. So this patch fixes the incorrect Module#class_eval type.