trait Philosophical {
    def philosophize() {
      println("I consume memory, therefore I am!")
    }
  }
