external_encoding

ARGF.external_encoding â encoding Instance Public methods Returns the external encoding for files read from +ARGF+ as an +Encoding+ object. The external encoding is the encoding of the text as stored in a file. Contrast with +ARGF.internal_encoding+, which is the encoding used to represent this text within Ruby. To set the external encoding use +ARGF.set_encoding+. For example: ARGF.external_encoding #=> #<Encoding:UTF-8>

remove

remove() Instance Public methods Removes this child from the parent. Returns self

configure

configure(slot, value=None) Instance Public methods def cget(slot) unless TkConfigMethod.__IGNORE_UNKNOWN_CONFIGURE_OPTION__ cget_strict(slot) else cget_strict(slot) rescue nil end end

mails

mails() Instance Public methods Returns an array of Net::POPMail objects, representing all the messages on the server. This array is renewed when the session restarts; otherwise, it is fetched from the server the first time this method is called (directly or indirectly) and cached. This method raises a POPError if an error occurs.

columns

columns(table) Instance Public methods Get the columns for a table

object

object() Instance Public methods

process_action

process_action(*args) Instance Public methods

headers=

headers=(new_headers) Instance Public methods TODO : Rewrite tests using controller.headers= to use Rack env

output_flag_file

output_flag_file(op_dir) Instance Public methods Return the path name of the flag file in an output directory.

to_eval

to_eval() Instance Public methods