truncate_output?

truncate_output?() Instance Public methods We will truncate output if we are outputting to a TTY or if we've been given an explicit column width to honor

new

new(parent = nil, spec = nil, options = {}) Class Public methods

[]

[](*rows) Class Public methods Creates a matrix where each argument is a row. Matrix[ [25, 93], [-1, 66] ] => 25 93 -1 66

requirement

requirement() Instance Public methods What does this dependency require?

data

data(msgstr = nil) Instance Public methods This method sends a message. If msgstr is given, sends it as a message. If block is given, yield a message writer stream. You must write message before the block is closed. # Example 1 (by string) smtp.data(<<EndMessage) From: john@example.com To: betty@example.com Subject: I found a bug Check vm.c:58879. EndMessage # Example 2 (by block) smtp.data {|f| f.puts "From: john@example.com" f.puts "To: betty@example.com" f.puts "Su

dirname

File.dirname(file_name) â dir_name Class Public methods Returns all components of the filename given in file_name except the last one. The filename can be formed using both File::SEPARATOR and File::ALT_SEPARETOR as the separator when File::ALT_SEPARATOR is not nil. File.dirname("/home/gumby/work/ruby.rb") #=> "/home/gumby/work"

cget_strict

cget_strict(option) Instance Public methods

parseMethodResponse

parseMethodResponse(str) Instance Public methods

baseName

baseName() Instance Public methods BSTR baseName the base name of the node (nodename with the prefix stripped off)

to_feed

to_feed(rss, item) Instance Public methods