Skip to content

Instantly share code, notes, and snippets.

@npj
Created November 19, 2010 21:00
Show Gist options
  • Select an option

  • Save npj/707161 to your computer and use it in GitHub Desktop.

Select an option

Save npj/707161 to your computer and use it in GitHub Desktop.
def ancestors
[self] + (parent ? parent.ancestors : [])
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment