# File lib/core/facets/method/composition.rb, line 19 def inspect x = @f.map{ |f| f.inspect }.join(' * ') "#<Method::Composition: #{x}>" end