def variable_call?: () -> bool
def variable_call?: () -> bool
def call_operator
: () -> String
?
def variable_call?: () -> bool
def experimental_everything?: () -> bool
def experimental_copy?: () -> bool
Visits each node in ‘nodes` by calling `accept` on each one.
Used by the Resolver, the protocol to use a AvailableSet
as a search Set
.
Return full names of all specs in sorted order.
Return full names of all specs in the record in sorted order.
Similar to decode with the difference that decode expects one distinct value represented in der. decode_all on the contrary decodes a sequence of sequential BER/DER values lined up in der and returns them as an array.
ders = File.binread('asn1data_seq') asn1_ary = OpenSSL::ASN1.decode_all(ders)
Like each_header
, but the keys are returned in capitalized form.
Net::HTTPHeader#canonical_each
is an alias for Net::HTTPHeader#each_capitalized
.
Create a new CallNode
node.
Calls the constructed BlockCaller
, with args
For an example see Fiddle::Closure::BlockCaller.new