Dummy example shouldn't be used

This commit is contained in:
Michael Miller 2018-10-23 11:15:22 -06:00
parent 29219c8b8c
commit 746a5da107
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ module Spectator
# Dummy run that does nothing.
def run_instance
# ...
raise "You shouldn't be running this."
end
end
end