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