module Slipstream
Constants
- VERSION
Public Class Methods
create(**options)
click to toggle source
# File lib/slipstream.rb, line 5 def self.create(**options) Stream.new(options) end
# File lib/slipstream.rb, line 5 def self.create(**options) Stream.new(options) end