We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7708a6c commit e23c495Copy full SHA for e23c495
code/method/call-vs-send-vs-method_missing.rb
@@ -5,7 +5,7 @@ def method
5
end
6
7
def method_missing(_method,*args)
8
- method
+ method
9
10
11
0 commit comments