Method: BitClust::NameUtils.methodid2specstring
- Defined in:
- lib/bitclust/nameutils.rb
.methodid2specstring(id) ⇒ Object
70 71 72 73 |
# File 'lib/bitclust/nameutils.rb', line 70 def methodid2specstring(id) c, t, m, _lib = *split_method_id(id) classid2name(c) + typechar2mark(t) + decodename_url(m) end |