# File lib/flexmock/argument_matchers.rb, line 79 79: def inspect 80: "ducktype(#{@methods.map{|m| m.inspect}.join(',')})" 81: end