Sha256: 900f4f8031226692d9889ad6f12d7787513c63aa244fbae23b20ec0b848a5246

Contents?: true

Size: 200 Bytes

Versions: 75

Compression:

Stored size: 200 Bytes

Contents

class RNA_Transcription is export {
    method to_rna ($dna) {
        $dna.trans( 'A' => 'U',
                    'G' => 'C',
                    'C' => 'G',
                    'T' => 'A');
    }
}

Version data entries

75 entries across 75 versions & 1 rubygems

Version Path
trackler-2.0.8.7 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.8.6 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.8.5 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.8.4 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.8.3 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.8.2 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.8.1 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.7.0 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.6.44 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.6.43 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.6.42 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.6.41 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.6.40 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.6.39 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.6.38 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.6.37 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.6.36 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.6.35 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.6.34 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.6.33 tracks/perl6/exercises/rna-transcription/Example.pm