Skip to content

Instantly share code, notes, and snippets.

@joefiorini
Created December 22, 2008 22:43
Show Gist options
  • Save joefiorini/39171 to your computer and use it in GitHub Desktop.
Save joefiorini/39171 to your computer and use it in GitHub Desktop.
# 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment