Module: BufferAffects::ClassMethods

Includes:
AttrInheritable
Defined in:
lib/bufferaffects/bufferaffects.rb

Instance Method Summary collapse

Methods included from AttrInheritable

included

Instance Method Details

#method_added(name) ⇒ Object

Hook that intercepts added methods. It simply calls ba_check_method passing it a name of added method. In most cases there is no need to call it directly.



247
248
249
# File 'lib/bufferaffects/bufferaffects.rb', line 247

def method_added(name)
  ba_check_method(name)
end