Skip to content

Commit e23c495

Browse files
committed
Fix indentation
1 parent 7708a6c commit e23c495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/method/call-vs-send-vs-method_missing.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def method
55
end
66

77
def method_missing(_method,*args)
8-
method
8+
method
99
end
1010
end
1111

0 commit comments

Comments
 (0)