Skip to content

Instantly share code, notes, and snippets.

@jwoertink
Created January 12, 2012 18:00
Show Gist options
  • Save jwoertink/1602088 to your computer and use it in GitHub Desktop.
Save jwoertink/1602088 to your computer and use it in GitHub Desktop.
class Test
attr_accessor :i
def do_something(j)
def other(j)
puts i
puts j
end
other j
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment