Skip to content

Commit

Permalink
deploy: f056464
Browse files Browse the repository at this point in the history
  • Loading branch information
chrodriguez committed Sep 23, 2024
1 parent aade1c7 commit 23a9c00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2751,9 +2751,9 @@
page = "unlp"
file_name = "#{page}.html"
web_page = URI.open("https://www.ruby-lang.org/en/#{page}")
output = File.open(file_name, "w")
begin
web_page = URI.open("https://www.ruby-lang.org/en/#{page}")
while line = web_page.gets
output.puts line
end
Expand Down
2 changes: 1 addition & 1 deletion start.html
Original file line number Diff line number Diff line change
Expand Up @@ -2751,9 +2751,9 @@

page = "unlp"
file_name = "#{page}.html"
web_page = URI.open("https://www.ruby-lang.org/en/#{page}")
output = File.open(file_name, "w")
begin
web_page = URI.open("https://www.ruby-lang.org/en/#{page}")
while line = web_page.gets
output.puts line
end
Expand Down

0 comments on commit 23a9c00

Please sign in to comment.