/test/global.rb
http://github.com/feyeleanor/RubyGoLightly · Ruby · 4 lines · 2 code · 1 blank · 1 comment · 0 complexity · dd9f770a0bc204c3fced3928ed9fcf2f MD5 · raw file
- $a = "hi"
- puts $a
- # => hi
http://github.com/feyeleanor/RubyGoLightly · Ruby · 4 lines · 2 code · 1 blank · 1 comment · 0 complexity · dd9f770a0bc204c3fced3928ed9fcf2f MD5 · raw file
- $a = "hi"
- puts $a
- # => hi