# File lib/yard/generators/method_listing_generator.rb, line 33 def method_list meths = current_object.meths(meths_opts) remove_ignored_meths!(meths) meths.sort_by {|m| m.name.to_s.downcase } end