39 40 41 42 43 44 45
# File 'lib/paddock.rb', line 39 def self.reset! if block = @block features(&block) else raise "No paddock block defined!" end end