class Mspire::Isotope

Constants

BY_ELEMENT
ISOTOPES
MEMBERS

Public Class Methods

new(*args) click to toggle source
# File lib/mspire/isotope.rb, line 15
def initialize(*args)
  MEMBERS.zip(args) {|k,val| self.send("#{k}=", val) }
end