Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_1_10) is shown here.
benchmark_methods()
public
Returns the benchmark methods (methods that start with bench_) for that
class.
# File lib/minitest/benchmark.rb, line 49
def self.benchmark_methods # :nodoc:
public_instance_methods(true).grep(/^bench_/).map { |m| m.to_s }.sort
end