get_curselection

get_curselection() Instance Public methods

find_zone

find_zone(time_zone) Class Public methods

int

Socket::AncillaryData.int(family, cmsg_level, cmsg_type, integer) => ancillarydata Class Public methods Creates a new Socket::AncillaryData object which contains a int as data. The size and endian is dependent on the host. p Socket::AncillaryData.int(:UNIX, :SOCKET, :RIGHTS, STDERR.fileno) #=> #<Socket::AncillaryData: UNIX SOCKET RIGHTS 2>

parse_files_matching

parse_files_matching(regexp) Class Public methods Record which file types this parser can understand. It is ok to call this multiple times.

legend_bindinfo

legend_bindinfo(tag, context=nil) Instance Public methods

selection_clear

selection_clear(first, last=None) Instance Public methods

y2axis_bind_append

y2axis_bind_append(context, *args) Instance Public methods

generate

generate() Instance Public methods Generates documentation for file_info (from parse_files) into the output dir using the generator selected by the RDoc options

[]=

[]=(p1, p2) Instance Public methods Creates a weak reference from the given key to the given value

to_time

to_time(form = :local) Instance Public methods Converts a string to a Time value. The form can be either :utc or :local (default :local). The time is parsed using Time.parse method. If form is :local, then the time is in the system timezone. If the date part is missing then the current date is used and if the time part is missing then it is assumed to be 00:00:00. "13-12-2012".to_time # => 2012-12-13 00:00:00 +0100 "06:12".to_time # => 2012-12