class Webtube::MissingContinuationFrame
Public Class Methods
new(message = "a new initial data frame arrived while only " + "parts of a previous fragmented message had arrived")
click to toggle source
Calls superclass method
# File lib/webtube.rb, line 951 def initialize message = "a new initial data frame arrived while only " + "parts of a previous fragmented message had arrived" super message return end