class Minitest::Runnable

def self.methods_matching re

def self.methods_matching re
  public_instance_methods(true).grep(re).map(&:to_s)
end