Skip to content

Commit 6ea1efc

Browse files
committed
Fix method doc
1 parent 2d4dec6 commit 6ea1efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/scientist/experiment.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def before_run(&block)
9090
# Define a block of code to run after an experiment completes, if the experiment
9191
# is enabled.
9292
#
93-
# The block takes no arguments.
93+
# The block takes one argument, the Scientist::Result containing experiment results.
9494
#
9595
# Returns the configured block.
9696
def after_run(&block)

0 commit comments

Comments
 (0)