class Utils::IRB::Shell::MethodWrapper

def owner

def owner
  method.respond_to?(:owner) ? method.owner : nil
end