background_eval_proc

background_eval_proc(*args, &blk) Class Public methods Alias for: bg_eval_proc

opt_c

opt_c(arg=DEFAULT_START) Instance Public methods

def_to_iso_2022_jp_from_euc_jp

def_to_iso_2022_jp_from_euc_jp() Instance Public methods

bg_eval_string 2

bg_eval_string(cmd, *eval_args) Instance Public methods Also aliased as: background_eval_string, bg_eval_str, background_eval_str

add_preamble

add_preamble(src) Instance Public methods

to_pem

spki.to_pem => PEM-encoded string Instance Public methods Returns the PEM encoding of this SPKI. to_s

validateOnParse=

validateOnParse=(arg0) Instance Public methods VOID validateOnParse indicates whether the parser performs validation

depth=

depth=(depth) Instance Public methods This sets the maximum level of data structure nesting in the generated JSON to the integer depth, #max_nesting = 0 if no maximum should be checked.

accept

unixserver.accept => unixsocket Instance Public methods Accepts a new connection. It returns new UNIXSocket object. UNIXServer.open("/tmp/sock") {|serv| UNIXSocket.open("/tmp/sock") {|c| s = serv.accept s.puts "hi" s.close p c.read #=> "hi\n" } }

level_notifier=

level_notifier=(value) Instance Public methods Sets the leveled notifier for this object. When the given value is an instance of AbstractNotifier, level_notifier is set to the given object. When an Integer is given, level_notifier is set to the notifier at the index value in the notifiers Array. If no notifier exists at the index value in the notifiers Array, an ErrUndefinedNotifier exception is raised. An ErrUnrecognizedLevel exception is raised if the given value is not found in