Not found

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

thursday?() public

Returns true if time represents Thursday.

t = Time.local(1995, 12, 21)     #=> 1995-12-21 00:00:00 -0600
p t.thursday?                    #=> true
Show source
Register or log in to add new notes.