Method: BitClust::NameUtils.libid2name
- Defined in:
- lib/bitclust/nameutils.rb
.libid2name(id) ⇒ Object
38 39 40 |
# File 'lib/bitclust/nameutils.rb', line 38 def libid2name(id) id.split('.').map {|ent| decodename_url(ent) }.join('/') end |