look_for_directives_in

look_for_directives_in(context, comment) Instance Public methods Look for directives in a normal comment block: # :stopdoc: # Don't display comment from this point forward This routine modifies its comment parameter.

type_cast

type_cast(value) Instance Public methods

[]

[](attr_name) Instance Public methods Returns the value of the attribute identified by attr_name after it has been typecast (for example, â2004-12-12â in a date column is cast to a date object, like Date.new(2004, 12, 12)). It raises ActiveModel::MissingAttributeError if the identified attribute is missing. Alias for the read_attribute method. class Person < ActiveRecord::Base belongs_to :organization end person = Person.new(name: 'Francesco', age: '22') person[:name] # =>

APOP

APOP(isapop) Class Public methods Returns the APOP class if isapop is true; otherwise, returns the POP class. For example: # Example 1 pop = Net::POP3::APOP($is_apop).new(addr, port) # Example 2 Net::POP3::APOP($is_apop).start(addr, port) do |pop| .... end

perforation_invoke

perforation_invoke(index=nil) Instance Public methods

ui= 2

ui=(new_ui) Instance Public methods See ::ui=

new

new(gem) Class Public methods Creates a new old-format package reader for gem. Old-format packages cannot be written.

removeChild

removeChild(arg0) Instance Public methods IXMLDOMNode removeChild remove a child node IXMLDOMNode arg0 --- childNode [IN]

as_json

as_json(*) Instance Public methods Returns a hash, that will be turned into a JSON object and represent this object.

sub_cget

sub_cget(win, subwidget) Class Public methods