class Coupdoeil::Popover::Setup

def with_options(new_options)

def with_options(new_options)
  @options = options.merge(Popover::OptionsSet.new(new_options))
  self
end