summaryrefslogtreecommitdiff
path: root/benchmark/app_fib.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/app_fib.rb')
-rw-r--r--benchmark/app_fib.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/app_fib.rb b/benchmark/app_fib.rb
index 34a7b2e725..e61bc8aa32 100644
--- a/benchmark/app_fib.rb
+++ b/benchmark/app_fib.rb
@@ -1,4 +1,4 @@
-def fib n
+def fib(n)
if n < 3
1
else