Skip to content

Instantly share code, notes, and snippets.

@theleoborges
Created January 22, 2011 10:27
Show Gist options
  • Save theleoborges/791029 to your computer and use it in GitHub Desktop.
Save theleoborges/791029 to your computer and use it in GitHub Desktop.
hacking-rubys-syntax#3
class Test
def_p say_hello
puts "I'm a private method"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment