allow_ruby_exit?

allow_ruby_exit?() Instance Public methods

integer?

num.integer? â true or false Instance Public methods Returns true if num is an Integer (including Fixnum and Bignum). (1.0).integer? #=> false (1).integer? #=> true

each

strio.each(sep=$/) {|line| block } â striostrio.each(limit) {|line| block } â striostrio.each(sep, limit) {|line| block } â striostrio.each(...) â anEnumeratorstrio.each_line(sep=$/) {|line| block } â striostrio.each_line(limit) {|line| block } â striostrio.each_line(sep,limit) {|line| block } â striostrio.each_line(...) â anEnumerator Instance Public methods See IO#each.

to_s

str.to_s â strstr.to_str â str Instance Public methods Returns the receiver.

bind_append

bind_append(seq, *args) Instance Public methods def #bind_append(seq, cmd=Proc.new, *args) _bind_append([@t.path, 'tag', 'bind', @id], seq, cmd, *args) self end

escape_javascript

escape_javascript(javascript) Instance Public methods Escapes carriage returns and single and double quotes for JavaScript segments. Also available through the alias j(). This is particularly helpful in JavaScript responses, like: $('some_element').replaceWith('<%=j render 'some/element_template' %>'); j

new_safeTk

new_safeTk(safe=4, keys={}, &blk) Class Public methods Alias for: new_safe_slave

current_configinfo

current_configinfo(key=nil) Instance Public methods

process_node

process_node(node, result, options) Instance Protected methods

new

new(set, name, version, source, plat) Class Public methods