cbreak

cbreak() Instance Public methods

tuesday?

d.tuesday? â bool Instance Public methods Returns true if the date is Tuesday.

nodeTypedValue

nodeTypedValue() Instance Public methods VARIANT nodeTypedValue get the strongly typed value of the node

style

style(*args) Class Public methods

constraints

constraints() Instance Public methods

sum

str.sum(n=16) â integer Instance Public methods Returns a basic n-bit checksum of the characters in str, where n is the optional Fixnum parameter, defaulting to 16. The result is simply the sum of the binary value of each character in str modulo 2**n - 1. This is not a particularly good checksum.

clear_validators!

clear_validators!() Instance Public methods Clears all of the validators and validations. Note that this will clear anything that is being used to validate the model for both the validates_with and validate methods. It clears the validators that are created with an invocation of validates_with and the callbacks that are set by an invocation of validate. class Person include ActiveModel::Validations validates_with MyValidator validates_with OtherValidator, on: :create valid

max

max() Instance Public methods Returns the maximum size of the queue.

canvasy

canvasy(y) Instance Public methods

nth_child

nth_child(a, b, of_type, reverse) Instance Protected methods Returns a lambda that can match an element against the nth-child pseudo class, given the following arguments: a â Value of a part. b â Value of b part. of_type â True to test only elements of this type (of-type). reverse â True to count in reverse order (last-).