IO
wrapper that allows writing a limited amount of data
“no-default-alpn” SvcParam
– No support for default protocol
A visitor that knows how to convert a prism syntax tree into the whitequark/parser gem’s syntax tree.
Accepts a list of prism tokens and converts them into the expected format for the parser gem.
A prism visitor that builds Sexp objects.
Returns the array of WIN32OLE::Method
object . The element of the array is property (settable) of WIN32OLE
object.
excel = WIN32OLE.new('Excel.Application') properties = excel.ole_func_methods
Create a new RegularExpressionNode
node
Create a new SingletonClassNode
node
Sets the process title that appears on the ps(1) command. Not necessarily effective on all platforms. No exception will be raised regardless of the result, nor will NotImplementedError
be raised even if the platform does not support the feature.
Calling this method does not affect the value of $0.
Process.setproctitle('myapp: worker #%d' % worker_id)
This method first appeared in Ruby 2.1 to serve as a global variable free means to change the process title.