class RubyProf::FlatPrinter
def print(output = STDOUT, sort_method: :self_time, **options)
def print(output = STDOUT, sort_method: :self_time, **options) super(output, sort_method: sort_method, **options) end
def print(output = STDOUT, sort_method: :self_time, **options) super(output, sort_method: sort_method, **options) end