# File lib/core/facets/method/composition.rb, line 9
    def initialize(f,g)
      @f = f
      @g = g
    end