This method is deprecated or moved on the latest stable version. The last existing version (v1_8_7_330) is shown here.
extend_to(b)
backward compatibility
# File lib/e2mmap.rb, line 64 def E2MM.extend_to(b) c = eval("self", b) c.extend(self) end