Method: MethodSource::MethodExtensions#comment
- Defined in:
- lib/method_source.rb
#comment ⇒ String
Return the comments associated with the method as a string.
126 127 128 |
# File 'lib/method_source.rb', line 126 def comment MethodSource.comment_helper(source_location, defined?(name) ? name : inspect) end |