module Patchstream::ClassMethods

Public Instance Methods

patch_streams() click to toggle source
# File lib/patchstream.rb, line 27
def patch_streams
        @patch_streams ||= PatchStreams.new
end