Class: Proc
- Inherits:
-
Object
- Object
- Proc
- Defined in:
- lib/ruby2_keywords.rb
Instance Method Summary collapse
-
#ruby2_keywords ⇒ Object
call-seq: proc.ruby2_keywords -> proc.
Instance Method Details
#ruby2_keywords ⇒ Object
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 |