Sha256: f80c3f9c103517dd87b21f895ad50fd4446d0a391b2e179e82f9a430e58a6b89
Contents?: true
Size: 173 Bytes
Versions: 63
Compression:
Stored size: 173 Bytes
Contents
module SessionAutoloadTest class Foo def initialize(bar='baz') @bar = bar end def inspect "#<#{self.class} bar:#{@bar.inspect}>" end end end
Version data entries
63 entries across 63 versions & 8 rubygems