method

deliver

Importance_0
v2_6_3 - Show latest stable - 0 notes - Class: Port
deliver() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rinda/rinda.rb, line 218
      def self.deliver
        port = new

        begin
          yield(port)
        ensure
          port.close
        end

        port.value
      end
Register or log in to add new notes.