Not found

The exact documentation you were looking for could not be found. Here is the best guess.

tuesday?() public

Returns true if time represents Tuesday.

t = Time.local(1991, 2, 19)      #=> 1991-02-19 00:00:00 -0600
t.tuesday?                       #=> true
Show source
Register or log in to add new notes.