mirror of
https://github.com/StrawberryMaster/wayback-machine-downloader.git
synced 2025-12-17 09:46:05 +00:00
6 lines
87 B
Ruby
6 lines
87 B
Ruby
class WaybackMachineDownloader
|
|
def self.hi name
|
|
"Hello world! #{name}"
|
|
end
|
|
end
|