class Riddl::Protocols::WebSocket::ParserData
Attributes
Public Instance Methods
Source
# File lib/ruby/riddl/protocols/websocket.rb, line 61 def match(what) @body =~ what end
# File lib/ruby/riddl/protocols/websocket.rb, line 61 def match(what) @body =~ what end