class Utils::IRB::Shell::MethodWrapper

def source_location

Returns:
  • (Array) - an array containing the filename and line number
def source_location
  method.source_location
end