class Proc

Public Instance Methods

ruby2_keywords → proc click to toggle source

Does nothing and just returns the receiver.

# File lib/ruby2_keywords.rb, line 31
def ruby2_keywords
  self
end