deleteData

deleteData(arg0, arg1) Instance Public methods VOID deleteData delete string within the value I4 arg0 --- offset [IN] I4 arg1 --- count [IN]

prepend

str.prepend(other_str) â str Instance Public methods PrependâPrepend the given string to str. a = "world" a.prepend("hello ") #=> "hello world" a #=> "hello world"

nodeType

nodeType() Instance Public methods DOMNodeType nodeType the node's type

[]=

[]=(slot, value) Instance Public methods

state 2

state(st=nil) Instance Public methods Also aliased as: wm_state

create_makefile

create_makefile(target, srcprefix = nil) Instance Public methods Generates the Makefile for your extension, passing along any options and preprocessor constants that you may have generated through other methods. The target name should correspond the name of the global function name defined within your C extension, minus the Init_. For example, if your C extension is defined as Init_foo, then your target would simply be âfooâ. If any â/â characters are present in the target name, o

mutex

mutex() Instance Public methods

crypt

str.crypt(salt_str) â new_str Instance Public methods Applies a one-way cryptographic hash to str by invoking the standard library function crypt(3) with the given salt string. While the format and the result are system and implementation dependent, using a salt matching the regular expression \A[a-zA-Z0-9./]{2} should be valid and safe on any platform, in which only the first two characters are significant. This method is for use in system specific scripts, so if you want a cro

in_path?

in_path?(file) Instance Public methods Is file in ENV?

eps

eps() Instance Public methods