Skip to content

Instantly share code, notes, and snippets.

@phortx
Last active January 1, 2016 12:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phortx/8146341 to your computer and use it in GitHub Desktop.
Save phortx/8146341 to your computer and use it in GitHub Desktop.
Works
class Test
def foo
3.times do
puts "hello world"
end
end
private def bar
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment