# File lib/familia/object.rb, line 167
    def all(suffix=:object)
      # objects that could not be parsed will be nil
      keys(suffix).collect { |k| from_key(k) }.compact 
    end