Flowdock
method

new

Importance_0
v2_6_3 - Show latest stable - 0 notes - Class: DocumentStream
new(&block) public

No documentation

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

Hide source
# File ext/psych/lib/psych/handlers/document_stream.rb, line 7
      def initialize &block
        super
        @block = block
      end
Register or log in to add new notes.