floor

floor(n) Instance Public methods Return the largest integer less than or equal to the value, as a BigDecimal. BigDecimal('3.14159').floor #=> 3 BigDecimal('-9.1').floor #=> -10 If n is specified and positive, the fractional part of the result has no more than that many digits. If n is specified and negative, at least that many digits to the left of the decimal point will be 0 in the result. BigDecimal('3.14159').floor(3) #=> 3.141 BigDecimal('13345.234').floor(-2) #=>

getnames 2

getnames(address) Instance Public methods Looks up all hostnames for address.

day=

day=(value) Instance Public methods Set value as the new date/time component. Raises an ArgumentError if the given value isn't between 1 and 31.

authenticated?

cipher.authenticated? â boolean Instance Public methods Indicated whether this Cipher instance uses an Authenticated Encryption mode.

union

Regexp.union(pat1, pat2, ...) â new_regexpRegexp.union(pats_ary) â new_regexp Class Public methods Return a Regexp object that is the union of the given patterns, i.e., will match any of its parts. The patterns can be Regexp objects, in which case their options will be preserved, or Strings. If no patterns are given, returns /(?!)/. The behavior is unspecified if any given pattern contains capture. Regexp.union #=> /(?!)/ Reg

mailer_class

mailer_class() Instance Public methods

new

new(p1, p2, p3 = v3) Class Public methods

reset_prog_mode

reset_prog_mode() Class Public methods Reset the current terminal modes to the saved state by the ::def_prog_mode This is done automatically by ::close_screen

license=

license=(o) Instance Public methods The license for this gem. The license must be a short name, no more than 64 characters. This should just be the name of your license. The full text of the license should be inside of the gem when you build it. You can set multiple licenses with licenses= Usage: spec.license = 'MIT'

upload

upload() Instance Public methods