class Spektrum::Log::Records
Public Class Methods
create(type, timestamp, raw_data)
click to toggle source
# File lib/spektrum/log/records.rb, line 373 def self.create(type, timestamp, raw_data) @@types.fetch(type, MysteryRecord).new(timestamp, raw_data) end