Sha256: 1cf01c7d326812476fbd5cb09af0302affb65d04e43bce45b9ab1ab3947e7420
Contents?: true
Size: 271 Bytes
Versions: 1
Compression:
Stored size: 271 Bytes
Contents
module Rubabel class Fragmentation ADDUCTS = [:lioh, :nh4cl, :nh4oh] DEFAULTS = { ph: 7.4, adducts: [], } def initialize(mol, options) @mol = mol @options = options end def fragment(rules=[:co]) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubabel-0.1.0 | lib/rubabel/fragmentation.rb |