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