Method: CopyMethod::MethodCopier#method_source

Defined in:
lib/copy_method/method_copier.rb

#method_sourceString

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

API:

  • private



69
70
71
# File 'lib/copy_method/method_copier.rb', line 69

def method_source
  definition.source
end