alias_info

alias_info(slave, cmd_name) Class Public methods

load_response 2

load_response( stringOrReadable ) Instance Public methods Returns paramOrFault

original_dir

original_dir() Class Public methods Return the original directory where the Rake application was started.

new

new(arg, respect_whitespace=false, parent=nil, raw=nil, entity_filter=nil, illegal=NEEDS_A_SECOND_CHECK ) Class Public methods Constructor arg if a String, the content is set to the String. If a Text, the object is shallowly cloned. respect_whitespace (boolean, false) if true, whitespace is respected parent (nil) if this is a Parent object, the parent will be set to this. raw (nil) This argument can be given three values. If true, then the value of used to construct this object is

fault

fault(hash) Class Public methods Converts the given hash to an XMLRPC::FaultException object by passing the faultCode and faultString attributes of the Hash to XMLRPC::FaultException.new Raises an Exception if the given hash doesn't meet the requirements. Those requirements being: 2 keys 'faultCode' key is an Integer 'faultString' key is a String

base64

base64(n=nil) Class Public methods ::base64 generates a random base64 string. The argument n specifies the length of the random length. The length of the result string is about 4/3 of n. If n is not specified, 16 is assumed. It may be larger in future. The result may contain A-Z, a-z, 0-9, â+â, â/â and â=â. p SecureRandom.base64 #=> "/2BuBuLf3+WfSKyQbRcc/A==" p SecureRandom.base64 #=> "6BbW0pxO0YENxn38HMUbcQ==" If secure random number generator is not available, NotImplement

app 2

app() Instance Public methods

superclass_delegating_accessor

superclass_delegating_accessor(name, options = {}) Instance Public methods

do_aliases

do_aliases() Instance Public methods Scans content for rb_define_alias

to_s

to_s() Class Public methods Also aliased as: inspect