class Jeweler::Generator::Options

def merge(other)

def merge(other)
  self.class.new(@orig_args + other.orig_args)
end