Sha256: 31582680b0c69167d1882cf144ef5f55515f3a0cdfe7f1835c02f169f60196c1

Contents?: true

Size: 150 Bytes

Versions: 1

Compression:

Stored size: 150 Bytes

Contents

require 'bioinform/support'
require 'bioinform/data_models/pm'

module Bioinform
  class PPM < PM
    def to_ppm
      self
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bioinform-0.1.5 lib/bioinform/data_models/ppm.rb