selection_to

selection_to(index) Instance Public methods

vi_editing_mode

Readline.vi_editing_mode â nil Class Public methods Specifies VI editing mode. See the manual of GNU Readline for details of VI editing mode. Raises NotImplementedError if the using readline library does not support. Raises SecurityError exception if $SAFE is 4.

safe_constantize

safe_constantize() Instance Public methods safe_constantize tries to find a declared constant with the name specified in the string. It returns nil when the name is not in CamelCase or is not initialized. See ActiveSupport::Inflector#safe_constantize 'Module'.safe_constantize # => Module 'Class'.safe_constantize # => Class 'blargle'.safe_constantize # => nil

div_for

div_for(record, *args, &block) Instance Public methods Produces a wrapper DIV element with id and class parameters that relate to the specified Active Record object. Usage example: <%= div_for(@person, class: "foo") do %> <%= @person.name %> <% end %> produces: <div id="person_123" class="person foo"> Joe Bloggs </div> You can also pass an array of Active Record objects, which will then get iterated over and yield each record as an argument for

start

start(ap_path = nil) Class Public methods Initializes IRB and creates a new Irb.irb object at the TOPLEVEL_BINDING

write

write( writer, indent=-1, transitive=false, ie_hack=false ) Instance Public methods DEPRECATED See REXML::Formatters

sash_place

sash_place(index, x, y) Instance Public methods

ordinal

Date.ordinal([year=-4712[, yday=1[, start=Date::ITALY]]]) â date Class Public methods Creates a date object denoting the given ordinal date. The day of year should be a negative or a positive number (as a relative day from the end of year when negative). It should not be zero. Date.ordinal(2001) #=> #<Date: 2001-01-01 ...> Date.ordinal(2001,34) #=> #<Date: 2001-02-03 ...> Date.ordinal(2001,-1) #=> #<Date: 2001-12-31 ...> See also jd an

at_end_of_minute

at_end_of_minute() Instance Public methods Alias for: end_of_minute

getQualifiedItem

getQualifiedItem(arg0, arg1) Instance Public methods IXMLDOMNode getQualifiedItem lookup the item by name and namespace BSTR arg0 --- baseName [IN] BSTR arg1 --- namespaceURI [IN]