Skip to content

Instantly share code, notes, and snippets.

@taisyo7333
Created January 25, 2016 11:43
Show Gist options
  • Save taisyo7333/f251f3202c37ace23cf3 to your computer and use it in GitHub Desktop.
Save taisyo7333/f251f3202c37ace23cf3 to your computer and use it in GitHub Desktop.
Ruby Class式評価時にクラス定義の内部が評価される
# encoding: SJIS
p 1
class Hoge
p 2
end
p 3
>ruby Code4-3.rb
ruby Code4-3.rb
1
2
3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment