Skip to content

Instantly share code, notes, and snippets.

@pmarreck
Created August 22, 2012 16:09
Show Gist options
  • Save pmarreck/49ff8fc0d0a84df565a7 to your computer and use it in GitHub Desktop.
Save pmarreck/49ff8fc0d0a84df565a7 to your computer and use it in GitHub Desktop.
how can I get this to be seen by another class' instance method?
class Fixnum
def test
puts how_can_i_see_this
end
end
how_can_i_see_this = 'hey'
1.test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment