Class: Ms::ErrorRate::Qvalue::Mascot::MascotPeptideHit
- Defined in:
- lib/ms/error_rate/qvalue/mascot.rb
Instance Method Summary collapse
-
#to_yaml(*args) ⇒ Object
emits an array rather than a Struct object.
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 |