prepend_after_action(names, block) Instance Public methods Prepend a callback after actions. See #_insert_callbacks for parameter details. Aliased as prepend_after_filter.
flash(idx) Instance Public methods
push(tuple) Instance Public methods Add tuple to the TupleBag.
new(*args) Class Public methods
bufferSize() Instance Public methods
abort(msg = nil) Instance Public methods
configure(&block) Instance Public methods
accept_charset() Class Public methods Return the accept character set for all new CGI instances.
alert_error(statement, question=nil) Instance Public methods Display an error message in a location expected to get error messages. Will ask question if it is not nil.
pre_match() Instance Public methods Return the pre-match (in the regular expression sense) of the last scan. s = StringScanner.new('test string') s.scan(/\w+/) # -> "test" s.scan(/\s+/) # -> " " s.pre_match # -> "test" s.post_match # -> "string"
Page 772 of 2275