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 2d4dec6 commit 6ea1efcCopy full SHA for 6ea1efc
lib/scientist/experiment.rb
@@ -90,7 +90,7 @@ def before_run(&block)
90
# Define a block of code to run after an experiment completes, if the experiment
91
# is enabled.
92
#
93
- # The block takes no arguments.
+ # The block takes one argument, the Scientist::Result containing experiment results.
94
95
# Returns the configured block.
96
def after_run(&block)
0 commit comments