friday?

d.friday? â bool Instance Public methods Returns true if the date is Friday.

new

new(to, from) Class Public methods

accept_block_quote

accept_block_quote(block_quote) Instance Public methods Adds block_quote to the output

key?

key?(key) Instance Public methods

readbyte

ARGF.readbyte â Fixnum Instance Public methods Reads the next 8-bit byte from ARGF and returns it as a Fixnum. Raises an EOFError after the last byte of the last file has been read. For example: $ echo "foo" > file $ ruby argf.rb file ARGF.readbyte #=> 102 ARGF.readbyte #=> 111 ARGF.readbyte #=> 111 ARGF.readbyte #=> 10 ARGF.readbyte #=> end of file reached (EOFError)

short_name

short_name() Instance Public methods Alias for: sn

clear

clear() Instance Public methods

basic_word_break_characters=

Readline.basic_word_break_characters = string Class Public methods Sets the basic list of characters that signal a break between words for the completer routine. The default is the characters which break words for completion in Bash: â tn"\'`@$><=;|&{(â. Raises NotImplementedError if the using readline library does not support. Raises SecurityError exception if $SAFE is 4.

install_have_child_element

install_have_child_element(tag_name, uri, occurs, name=nil, type=nil) Instance Public methods Also aliased as: install_have_attribute_element

tag_end

tag_end(name) Instance Public methods Called when the end tag is reached. In the case of <tag/>, #tag_end will be called immidiately after #tag_start @p the name of the tag