3 lines
62 B
Ruby
3 lines
62 B
Ruby
|
|
path = "|strange-name.txt"
|
||
|
|
str = File.open(path) {|f| f.read}
|