Class: Ms::ErrorRate::Qvalue::Mascot::MascotPeptideHit

Inherits:
Struct
  • Object
show all
Defined in:
lib/ms/error_rate/qvalue/mascot.rb

Instance Method Summary collapse

Instance Method Details

#to_yaml(*args) ⇒ Object

emits an array rather than a Struct object



18
19
20
# File 'lib/ms/error_rate/qvalue/mascot.rb', line 18

def to_yaml(*args)
  to_a.to_yaml(*args)
end