module DSLKit::Deflect

def deflect?(from, id)

return false.
Return true if method _id_ is deflected from class _from_, otherwise
def deflect?(from, id)
  Deflect.deflect?(from, id)
end