# File lib/rudy/utils.rb, line 147 147: def noid(str) 148: el = str.split('-') 149: el.shift 150: el.join('-') 151: end