princelab/msplinter

View on GitHub
lib/msplinter/fragment_set.rb

Summary

Maintainability
A
0 mins
Test Coverage

module Msplinter
  # this is a class for representing the output of a fragmentation event which
  # will typically be a pair of molecules
  class FragmentSet < Array
  end
end