Class: Proc

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby2_keywords.rb

Instance Method Summary collapse

Instance Method Details

#ruby2_keywordsObject

call-seq:

proc.ruby2_keywords -> proc

Does nothing and just returns the receiver.



31
32
33
# File 'lib/ruby2_keywords.rb', line 31

def ruby2_keywords
  self
end