Sha256: 381d9e334bb537541f6d7049840f64b0c2afb99e9c2b32290c2922dcb1017b83

Contents?: true

Size: 95 Bytes

Versions: 396

Compression:

Stored size: 95 Bytes

Contents

class RnaComplement
  def self.of_dna(strand : String)
    strand.tr("CGTA", "GCAU")
  end
end

Version data entries

396 entries across 396 versions & 1 rubygems

Version Path
trackler-2.2.1.180 tracks/crystal/exercises/rna-transcription/src/example.cr
trackler-2.2.1.179 tracks/crystal/exercises/rna-transcription/src/example.cr
trackler-2.2.1.178 tracks/crystal/exercises/rna-transcription/src/example.cr
trackler-2.2.1.177 tracks/crystal/exercises/rna-transcription/src/example.cr
trackler-2.2.1.176 tracks/crystal/exercises/rna-transcription/src/example.cr
trackler-2.2.1.175 tracks/crystal/exercises/rna-transcription/src/example.cr
trackler-2.2.1.174 tracks/crystal/exercises/rna-transcription/src/example.cr
trackler-2.2.1.173 tracks/crystal/exercises/rna-transcription/src/example.cr
trackler-2.2.1.172 tracks/crystal/exercises/rna-transcription/src/example.cr
trackler-2.2.1.171 tracks/crystal/exercises/rna-transcription/src/example.cr
trackler-2.2.1.170 tracks/crystal/exercises/rna-transcription/src/example.cr
trackler-2.2.1.169 tracks/crystal/exercises/rna-transcription/src/example.cr
trackler-2.2.1.167 tracks/crystal/exercises/rna-transcription/src/example.cr
trackler-2.2.1.166 tracks/crystal/exercises/rna-transcription/src/example.cr
trackler-2.2.1.165 tracks/crystal/exercises/rna-transcription/src/example.cr
trackler-2.2.1.164 tracks/crystal/exercises/rna-transcription/src/example.cr
trackler-2.2.1.163 tracks/crystal/exercises/rna-transcription/src/example.cr
trackler-2.2.1.162 tracks/crystal/exercises/rna-transcription/src/example.cr
trackler-2.2.1.161 tracks/crystal/exercises/rna-transcription/src/example.cr
trackler-2.2.1.160 tracks/crystal/exercises/rna-transcription/src/example.cr