Class: Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/universa/binder.rb

Overview

enhance Hash with UMI access convenience methods.

Instance Method Summary collapse

Instance Method Details

#to_binderBinder

Convert the hash to the {}Binder} stored in the remote side and suitable for Universa UMI calls.

Returns:

  • (Binder)

    constructed reference to the remotely created Binder.



96
97
98
# File 'lib/universa/binder.rb', line 96

def to_binder
  Binder.of self
end