private_key=

key.private_key = openssl_bn Instance Public methods See the OpenSSL documentation for EC_KEY_set_private_key()

html_escape

html_escape(s) Class Public methods A utility method for escaping HTML tag characters. This method is also aliased as h. In your ERB templates, use this method to escape any unsafe content. For example: <%=h @person.name %> puts html_escape('is a > 0 & a < 10?') # => is a &gt; 0 &amp; a &lt; 10? h

trace

trace(*strings) Instance Public methods

deltag

deltag(tag_to_del=None) Instance Public methods Alias for: dtag

call

cont.call(args, ...) Instance Public methods Invokes the continuation. The program continues from the end of the callcc block. If no arguments are given, the original callcc returns nil. If one argument is given, callcc returns it. Otherwise, an array containing args is returned. callcc {|cont| cont.call } #=> nil callcc {|cont| cont.call 1 } #=> 1 callcc {|cont| cont.call 1, 2, 3 } #=> [1, 2, 3]

toggle_visibility

toggle_visibility(first, last=nil) Instance Public methods Also aliased as: togglevisibility

parse_top_level_statements

parse_top_level_statements(container) Instance Public methods Parses statements in the top-level container

change_workspace

change_workspace(*_main) Instance Public methods Changes the current workspace to given object or binding. If the optional argument is omitted, the workspace will be home_workspace which is inherited from TOPLEVEL_BINDING or the main object, IRB.conf[:MAIN_CONTEXT] when irb was initialized. See IRB::WorkSpace.new for more information.

winfo_reqwidth

winfo_reqwidth() Instance Public methods

required_uri

required_uri() Class Public methods