done

done() Instance Public methods

attribute_info

attribute_info(win, slot=nil) Class Public methods

find_class_or_module

find_class_or_module(name) Instance Public methods Finds the class or module with name

text_insert

text_insert(idx, str) Instance Public methods

changed

changed() Instance Public methods Returns an array with the name of the attributes with unsaved changes. person.changed # => [] person.name = 'bob' person.changed # => ["name"]

unused

unused() Instance Public methods Returns the rest of the data which had read for parsing gzip format, or nil if the whole gzip file is not parsed yet.

default_external=

Encoding.default_external = enc Class Public methods Sets default external encoding. You should not set ::default_external in ruby code as strings created before changing the value may have a different encoding from strings created after the value was changed., instead you should use ruby -E to invoke ruby with the correct default_external. See ::default_external for information on how the default external encoding is used.

setup_certificate

setup_certificate() Instance Public methods Ensures that :SSLCertificate and :SSLPrivateKey have been provided or that a new certificate is generated with the other parameters provided.

[]=

[]=(key, value) Instance Public methods Assigns a new value to the hash: hash = ActiveSupport::HashWithIndifferentAccess.new hash[:key] = 'value' This value can be later fetched using either :key or +'key'+. regular_writer store

desc

desc(description=nil) Class Public methods Tries to get the description from a USAGE file one folder above the source root otherwise uses a default description.