verify_authenticity_token

verify_authenticity_token() Instance Protected methods The actual before_action that is used to verify the CSRF token. Don't override this directly. Provide your own forgery protection strategy instead. If you override, you'll disable same-origin `<script>` verification. Lean on the protect_from_forgery declaration to mark which actions are due for same-origin request verification. If protect_from_forgery is enabled on an action, this before_action flags its after_action to v

find_executable

find_executable(bin, path = nil) Instance Public methods Searches for the executable bin on path. The default path is your PATH environment variable. If that isn't defined, it will resort to searching /usr/local/bin, /usr/ucb, /usr/bin and /bin. If found, it will return the full path, including the executable name, of where it was found. Note that this method does not actually affect the generated Makefile.

last

last() Instance Public methods

to_s

to_s() Instance Public methods Alias for: font

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>

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

remove

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

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