# File lib/core/facets/method/composition.rb, line 25
    def *(h)
      #Composition.new(self, h)
      @f << h
    end