-
-
Save y-yagi/40226029be857d3ab38e51299482ad26 to your computer and use it in GitHub Desktop.
assigned but unused variable
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a = 1 | |
eval(:a.to_s) | |
=begin | |
$ ruby -vw a.rb | |
ruby 2.7.0preview1 (2019-05-31 trunk c55db6aa271df4a689dc8eb0039c929bf6ed43ff) [x86_64-linux] | |
a.rb:1: warning: assigned but unused variable - a | |
=end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ddd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
puts "hello world7" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment