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/8146345 to your computer and use it in GitHub Desktop.

Select an option

Save phortx/8146345 to your computer and use it in GitHub Desktop.
works not
class Test
private 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