13 14 15
# File 'lib/wrapword.rb', line 13 def self.space(word,limit) word[0...limit].rindex(' ') end