Dispatch enter and leave events for InterpolatedStringNode
nodes and continue walking the tree.
Retrieve the value of one of the InterpolatedStringNodeFlags
flags.
Compile a XStringNode
node
Dispatch enter and leave events for XStringNode
nodes and continue walking the tree.
Inspect a XStringNode
node.
Visit an individual part of a string-like node.
“foo” ^^^^^
Dispatch enter and leave events for InterpolatedXStringNode
nodes and continue walking the tree.
“foo #{bar}” ^^^^^^^^^^^^
‘foo` ^^^^^
Visit a heredoc node that is representing a string.
Returns the octet string representation of the elliptic curve point.
conversion_form specifies how the point is converted. Possible values are:
:compressed
:uncompressed
:hybrid
‘foo #{bar}` ^^^^^^^^^^^^
IO streams for strings, with access similar to IO
; see IO
.
Examples on this page assume that StringIO has been required:
require 'stringio'