Sha256: 1ca7aa342b7ad35b5eb3325f4b03348aa999eda27f73b7c425ec945f7615f2c7

Contents?: true

Size: 109 Bytes

Versions: 4

Compression:

Stored size: 109 Bytes

Contents

module Test
  class Foo
    attr_reader :name

    def initialize(name)
      @name = name
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dry-system-0.7.3 spec/fixtures/manual_registration/lib/test/foo.rb
dry-system-0.7.2 spec/fixtures/manual_registration/lib/test/foo.rb
dry-system-0.7.1 spec/fixtures/manual_registration/lib/test/foo.rb
dry-system-0.7.0 spec/fixtures/manual_registration/lib/test/foo.rb