Returns a non-lazy Enumerator
converted from the lazy enumerator.
Like Enumerable#select
, but chains operation to be lazy-evaluated.
Like Enumerable#select
, but chains operation to be lazy-evaluated.
Like Enumerable#drop
, but chains operation to be lazy-evaluated.
Like Enumerable#compact
, but chains operation to be lazy-evaluated.
Returns the first number in this arithmetic sequence, or an array of the first n
elements.
Returns the base64 encoded hash value of a given string. The return value is properly padded with ‘=’ and contains no line feeds.
Reset the digest to its initial state and return self
.
Reset the digest to the initial state and return self.
Close this handle.
Calling close more than once will raise a Fiddle::DLError
exception.
Returns a new Fiddle::Pointer
instance that is a dereferenced pointer for this pointer.
Analogous to the star operator in C.
Clear the reference to the object this is pinning.
Returns true if the reference has been cleared, otherwise returns false.