# File lib/yard/code_objects/method_object.rb, line 50 def name(prefix = false) ((prefix ? (sep == ISEP ? sep : "") : "") + super().to_s).to_sym end