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.28 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.8.27 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.8.26 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.8.24 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.8.23 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.8.22 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.8.21 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.8.20 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.8.19 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.8.18 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.8.17 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.8.16 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.8.15 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.8.14 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.8.13 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.8.12 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.8.11 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.8.10 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.8.9 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.8.8 tracks/perl6/exercises/rna-transcription/Example.pm