pluralize

pluralize(word, locale = :en) Instance Public methods Returns the plural form of the word in the string. If passed an optional locale parameter, the word will be pluralized using rules defined for that language. By default, this parameter is set to :en. 'post'.pluralize # => "posts" 'octopus'.pluralize # => "octopi" 'sheep'.pluralize # => "sheep" 'words'.pluralize # => "words" 'CamelOctopus'.pluralize # => "CamelOctopi"

install_id_conv

install_id_conv(idconv) Class Public methods Set the default id conversion object. This is expected to be an instance such as DRb::DRbIdConv that responds to to_id and to_obj that can convert objects to and from DRb references. See DRbServer#default_id_conv.

forget

forget(package) Instance Public methods

Integer

Integer(arg,base=0) â integer Instance Public methods Converts arg to a Fixnum or Bignum. Numeric types are converted directly (with floating point numbers being truncated). base (0, or between 2 and 36) is a base for integer string representation. If arg is a String, when base is omitted or equals to zero, radix indicators (0, 0b, and 0x) are honored. In any case, strings should be strictly conformed to numeric representation. This behavior is different from that of String

closest_point

closest_point() Instance Public methods

index

ENV.index(value) â key Class Public methods Deprecated method that is equivalent to ::key

to_pem

to_pem() Instance Public methods Alias for: export

last_modified?

last_modified?() Instance Public methods

empty_insert_statement_value

empty_insert_statement_value() Instance Public methods

error?

error?() Instance Public methods