Sha256: ab7049a44a7d8e8f4c32415a6f0af268e33f1497faa608fdb68d28a7884394ef
Contents?: true
Size: 402 Bytes
Versions: 10
Compression:
Stored size: 402 Bytes
Contents
# typed: ignore # Copyright (c) 2015 Sqreen. All Rights Reserved. # Please refer to our terms for more information: https://www.sqreen.com/terms.html module Sqreen module Ecosystem module Util module CallWritersFromInit def initialize(values = {}) values.each do |attr, val| public_send("#{attr}=", val) end end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems