# File lib/mindi.rb, line 43
    def generic(name, &impl)  # :yields:
      define_method(name, &impl)
    end