class Vernier::Output::FileListing::SamplesByLocation
def +(other)
def +(other) ret = SamplesByLocation.new ret.self = @self + other.self ret.total = @total + other.total ret end
def initialize
def initialize @self = @total = 0 end
def +(other) ret = SamplesByLocation.new ret.self = @self + other.self ret.total = @total + other.total ret end
def initialize @self = @total = 0 end