method

extend_object

ruby latest stable - Class: Exception2MessageMapper

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_9_3_392) is shown here.

extend_object(cl)
public

No documentation available.

# File lib/e2mmap.rb, line 55
  def E2MM.extend_object(cl)
    super
    cl.bind(self) unless cl < E2MM
  end