class Mspire::Ident::PeptideHit

Public Class Methods

new(hash=nil) click to toggle source
# File lib/mspire/ident/peptide_hit.rb, line 22
def initialize(hash=nil)
  merge!(hash) if hash
end