Skip to content

Instantly share code, notes, and snippets.

@stevebooks
Created May 10, 2013 18:19
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 stevebooks/5556324 to your computer and use it in GitHub Desktop.
Save stevebooks/5556324 to your computer and use it in GitHub Desktop.
class Person
def self.get_name
persons_name
end
private
def self.persons_name
end
end
@Sedclerk
Copy link

thank you i got it.

You are the best Steve

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment