class Proc

def ruby2_keywords

Does nothing and just returns the receiver.

proc.ruby2_keywords -> proc
call-seq:
def ruby2_keywords
  self
end