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