class Spektrum::Log::Headers
Helper class to create the correct type of header for the given data.
Public Class Methods
create(raw_data)
click to toggle source
# File lib/spektrum/log/headers.rb, line 21 def self.create(raw_data) Header.new(raw_data) end