7 lines
87 B
Ruby
7 lines
87 B
Ruby
|
|
module Webgalien
|
|
class Sitemap
|
|
def self.start(output_path:)
|
|
end
|
|
end
|
|
end
|