collation_current

collation_current(environment = env) Instance Public methods

[]

[](section) Instance Public methods

write

write( output, indent=-1 ) Instance Public methods Writes this attribute (EG, puts 'key=âvalueâ' to the output)

get_eventloop_weight

get_eventloop_weight() Class Public methods

to_der

name.to_der => string Instance Public methods Converts the name to DER encoding

select

ENV.select { |name, value| } â HashENV.select â Enumerator Class Public methods Returns a copy of the environment for entries where the block returns true. Returns an Enumerator if no block was given.

select!

ENV.select! { |name, value| } â ENV or nilENV.select! â Enumerator Class Public methods Equivalent to ENV#keep_if but returns nil if no changes were made.

to_formatted_s

to_formatted_s(format = :default) Instance Public methods Convert to a formatted string. See Time::DATE_FORMATS for predefined formats. This method is aliased to to_s. Examples datetime = DateTime.civil(2007, 12, 4, 0, 0, 0, 0) # => Tue, 04 Dec 2007 00:00:00 +0000 datetime.to_formatted_s(:db) # => "2007-12-04 00:00:00" datetime.to_s(:db) # => "2007-12-04 00:00:00" datetime.to_s(:number) # => "20071204000000" datetime.t

accept_list_item_start

accept_list_item_start(list_item) Instance Public methods Adds coloring to note and label list items

read

read(name, options = nil) Instance Public methods Fetches data from the cache, using the given key. If there is data in the cache with the given key, then that data is returned. Otherwise, nil is returned. Options are passed to the underlying cache implementation.