class Airbrake::Truncator
def initialize(max_size)
-
max_size(Integer) -- maximum size of hashes, arrays and strings
def initialize(max_size) @max_size = max_size end
max_size
(Integer)
-- maximum size of hashes, arrays and strings
def initialize(max_size) @max_size = max_size end