Sha256: ee4ff9be9a31b68a84014a909f0188b27d7f2cf42d69906d4b882afd6bbffdbd

Contents?: true

Size: 130 Bytes

Versions: 3

Compression:

Stored size: 130 Bytes

Contents

class Song
  def initialize(name, artist, duration)
    @name     = name
    @artist   = artist
    @duration = duration
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
nilac-0.0.4.3.9.6 shark/test_files/class.nila
nilac-0.0.4.3.9.5 shark/test_files/class.nila
nilac-0.0.4.3.9.4 shark/test_files/class.nila