class Hash
enhance Hash
with UMI access convenience methods.
Public Instance Methods
to_binder()
click to toggle source
Convert the hash to the {}Binder} stored in the remote side and suitable for Universa
UMI calls.
@return [Binder] constructed reference to the remotely created Binder.
# File lib/universa/binder.rb, line 96 def to_binder Binder.of self end