Skip to content

Instantly share code, notes, and snippets.

@phortx
Last active January 1, 2016 12:39
Show Gist options
  • Select an option

  • Save phortx/8146341 to your computer and use it in GitHub Desktop.

Select an option

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