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.6.12 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.6.11 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.6.10 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.6.9 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.6.8 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.6.7 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.6.6 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.6.5 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.6.4 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.6.3 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.6.2 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.6.1 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.6.0 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.5.18 tracks/perl6/exercises/rna-transcription/Example.pm
trackler-2.0.5.17 tracks/perl6/exercises/rna-transcription/Example.pm