get_cb_entry

get_cb_entry(cmd) Class Public methods

replace

ENV.replace(hash) â env Class Public methods Replaces the contents of the environment variables with the contents of hash.

postscript_configinfo

postscript_configinfo(slot=nil) Instance Public methods

ipv6_mc_orglocal?

ipv6_mc_orglocal?() Instance Public methods Returns true for IPv6 multicast organization-local scope address. It returns false otherwise.

cget_strict

cget_strict(opt) Instance Public methods

scanMark

scanMark(w, x, y) Class Public methods

add

add(pub) Instance Public methods Add a publisher to the composite.

column

column(name, type, options = {}) Instance Public methods Instantiates a new column for the table. The type parameter is normally one of the migrations native types, which is one of the following: :primary_key, :string, :text, :integer, :float, :decimal, :datetime, :timestamp, :time, :date, :binary, :boolean. You may use a type not in this list as long as it is supported by your database (for example, âpolygonâ in MySQL), but this will not be database agnostic and should usually be

as_json

as_json(options=nil) Instance Public methods Returns a Hash that can be used as the JSON representation for this object. You can pass the :full_messages option. This determines if the json object should contain full messages or not (false by default). person.errors.as_json # => {:name=>["cannot be nil"]} person.errors.as_json(full_messages: true) # => {:name=>["name cannot be nil"]}

ownerDocument

ownerDocument() Instance Public methods IXMLDOMDocument ownerDocument document that contains the node