1 def shotening(str) 2 return str[0..0] + str[1..-2].gsub!(/\s/,"").size.to_s + str[-1..-1] 3 end 4 5 str = "something new and exciting" 6 7 shotening(str) #=> "s21g"
ってことなんですかね?
posted by
y_tsuda
on Fri 22 Aug 2008
at 13:59
with
2 comments
というのはどうでしょう。
ご明察! 短いドメイン名がとりたかったんですよねー。