extend_to(b)
backward compatibility
# File lib/e2mmap.rb, line 64 def E2MM.extend_to(b) c = eval("self", b) c.extend(self) end