Sha256: d2bc6e2097eba5c417c14a4eb468d3185b6da3a69db6a44f15c122d43f625adf
Contents?: true
Size: 380 Bytes
Versions: 122
Compression:
Stored size: 380 Bytes
Contents
require_relative 'abundance' module BELParser module Language module Version2_0 module ReturnTypes # Protein abundance return type. class ProteinAbundance < Abundance def self.to_sym raise_not_implemented(__method__) if self != ProteinAbundance :proteinAbundance end end end end end end
Version data entries
122 entries across 122 versions & 1 rubygems