transformNodeToObject

transformNodeToObject(arg0, arg1) Instance Public methods VOID transformNodeToObject apply the stylesheet to the subtree, returning the result through a document or a stream IXMLDOMNode arg0 --- stylesheet [IN] VARIANT arg1 --- outputObject [IN]

try

try(*a, &b) Instance Public methods Invokes the public method whose name goes as first argument just like public_send does, except that if the receiver does not respond to it the call returns nil rather than raising an exception. This method is defined to be able to write @person.try(:name) instead of @person ? @person.name : nil try returns nil when called on nil regardless of whether it responds to the method: nil.try(:to_i) # => nil, rather than 0 Arguments and blocks

insertData

insertData(arg0, arg1) Instance Public methods VOID insertData insert string into value I4 arg0 --- offset [IN] BSTR arg1 --- data [IN]

insert

insert(index, *args) Instance Public methods

connect_address

connect_address() Instance Public methods Returns an address of the socket suitable for connect in the local machine. This method returns self.local_address, except following condition. IPv4 unspecified address (0.0.0.0) is replaced by IPv4 loopback address (127.0.0.1). IPv6 unspecified address (::) is replaced by IPv6 loopback address (::1). If the local address is not suitable for connect, SocketError is raised. IPv4 and IPv6 address which port is 0 is not suitable for conn

disconnect!

disconnect!() Instance Public methods Disconnects from the database if already connected. Otherwise, this method does nothing.

github

github Instance Public methods Allow Github Flavored Markdown

string_type=

string_type=(val) Instance Public methods Alias for: set_string_type

parse

parse() Instance Public methods Parses the comment into an RDoc::Markup::Document. The parsed document is cached until the text is changed.

new

Psych::Emitter.new(io, options = Psych::Emitter::OPTIONS) Class Public methods Create a new Psych::Emitter that writes to io.