module <%= name.split('_').map(&:capitalize).join %>

module Page
  class Base < WatirDrops::PageObject

  end
end

end