mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RelatedArticles
synced 2025-01-10 05:54:30 +00:00
6 lines
64 B
Ruby
6 lines
64 B
Ruby
|
class MainPage
|
||
|
include PageObject
|
||
|
|
||
|
page_url 'Main_Page'
|
||
|
end
|