offline mode. read name=value pairs on standard input.
A convenience method, like object_group
, but also reformats the Object’s object_id.
Turns email_address
into an OpenSSL::X509::Name
Retrieves the pre-configured API key key
or terminates interaction with an error.
@return [Array<Vertex>] the vertices of {#graph} that have an edge with
`self` as their {Edge#destination}
Returns the node id for the given backtrace location.
begin raise rescue => e loc = e.backtrace_locations.first RubyVM::AbstractSyntaxTree.node_id_for_backtrace_location(loc) end # => 0
Return all reachable objects from root.
Sets the basic list of characters that signal a break between words for the completer routine. The default is the characters which break words for completion in Bash: “ tn"\‘`@$><=;|&{(”.
Raises NotImplementedError
if the using readline library does not support.
Gets the basic list of characters that signal a break between words for the completer routine.
Raises NotImplementedError
if the using readline library does not support.
SyntaxSuggest.record_dir
[Private]
Used to monkeypatch SyntaxError
via Module.prepend
Returns the string that is used to insert a space before the ‘:’ in JSON
objects.
Sets the string that is used to insert a space before the ‘:’ in JSON
objects.
Returns the curve name (sn).
See the OpenSSL
documentation for EC_GROUP_get_curve_name()
See the OpenSSL
documentation for PEM_write_bio_ECPKParameters()
Number of bytes read out of the tar entry
Rewinds the graph to the state tagged as ‘tag` @param [Object] tag the tag to rewind to @return [Void]
Adds a vertex with the given name, or updates the existing one. @param [String] name @param [Object] payload @return [Vertex] the vertex that was added to ‘self`
@param [String] name @return [Vertex,nil] the vertex with the given name