module OneApm::Support::Encoders::Identity

Public Class Methods

encode(data, opts=nil) click to toggle source
# File lib/one_apm/support/encoders.rb, line 10
def self.encode(data, opts=nil)
  data
end