String

class String

Parent:
Object

String inflections define new methods on the String class to transform names for different purposes. For instance, you can figure out the name of a table from the name of a class.

'ScaleScore'.tableize # => "scale_scores"

Constants

BLANK_RE

Public Instance Methods

acts_like_string?登录查看完整内容