Lines Matching refs:clsname
288 clsname, methname = ruby_rsplit(name)
296 clsname)
298 return _('%s() (%s method)') % (methname, clsname)
352 clsname, methname = ruby_rsplit(name)
357 clsname)
359 return _('%s() (%s class method)') % (methname, clsname)
362 clsname, attrname = ruby_rsplit(name)
366 return _('%s (%s.%s attribute)') % (attrname, modname, clsname)
368 return _('%s (%s attribute)') % (attrname, clsname)
685 clsname = node.get('rb:class')
687 name, obj = self.find_obj(env, modname, clsname,