Sha256: eb7489b44c7a1cf5752b19aa2da72d38904a5da134342a87f1b6873996358901
Contents?: true
Size: 202 Bytes
Versions: 30
Compression:
Stored size: 202 Bytes
Contents
module ASIR # Low-level ASIR configuration module Config @@client_method = nil def self.client_method; @@client_method; end def self.client_method= x; @@client_method = x; end end end
Version data entries
30 entries across 30 versions & 1 rubygems