Skip to content

Instantly share code, notes, and snippets.

@pocke
Created July 20, 2018 02:04
Show Gist options
  • Save pocke/fdf9c6af05b364f72fdc77b6be89ce9b to your computer and use it in GitHub Desktop.
Save pocke/fdf9c6af05b364f72fdc77b6be89ce9b to your computer and use it in GitHub Desktop.
$ ruby-2.5.1 test.rb
"local-variable"
"local-variable"
B = 1
b = 1
p defined?(B)
p defined?(b)
$ ruby-trunk test.rb
"constant"
"local-variable"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment