# File lib/yard/code_objects/proxy.rb, line 71 def name(prefix = false) prefix ? (@imethod ? ISEP : '') + @name.to_s : @name end