# File lib/apipie/param_description.rb, line 51 def parents_and_self ret = [] if self.parent ret.concat(self.parent.parents_and_self) end ret << self ret end