# File lib/libwebsocket/frame.rb, line 17
    def initialize(buffer = nil)
      @buffer = buffer || ''
    end