module Minisplit::ConditionalRunning
Public Instance Methods
run()
click to toggle source
Calls superclass method
# File lib/minisplit.rb, line 9 def run return super if Minisplit.run?(self) Minitest::Result.from(self) end