faithfulgeek (owner)

Revisions

  • 784753 Mon Dec 22 14:46:09 -0800 2008
  • d40e5c Mon Dec 22 14:43:53 -0800 2008
gist: 39171 Download_button fork
public
Public Clone URL: git://gist.github.com/39171.git
Embed All Files: show embed
bindings.rb #
1
2
3
4
5
6
7
# Test from @jimweirich - make this test pass using Bindings
# hint: implement the ref method
def test_ref
  x = :Hi
  change_x_to_bye(ref{:x})
  assert_equal :Bye, x
end