Sha256: 39d91efed9ab423bc973f41701a8f8d5f7f4490d5ecff200cc54b626299c57c6

Contents?: true

Size: 114 Bytes

Versions: 4

Compression:

Stored size: 114 Bytes

Contents

# frozen_string_literal: true

class Star
  attr_reader :name

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
arstotzka-1.1.0 spec/support/models/star.rb
arstotzka-1.0.4 spec/support/models/star.rb
arstotzka-1.0.3 spec/support/models/star.rb
arstotzka-1.0.2 spec/support/models/star.rb