private Method

Format.__do_split_word(word, size)

There's no documentation for this item.

Source Code

# File action_mailer/vendor/text-format-0.6.3/text/format.rb, line 588
def __do_split_word(word, size) #:nodoc:
  [word[0 .. (size - 1)], word[size .. -1]]
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.