Sha256: b8a695b4894241dada033688808bef32d77a003b3ca6725a9a9be767df16b17b

Contents?: true

Size: 110 Bytes

Versions: 4

Compression:

Stored size: 110 Bytes

Contents

module WebConsole
  class FlatScenario
    def call
      raise
    rescue => exc
      exc
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
web-console-2.1.3 test/support/scenarios/flat_scenario.rb
web-console-2.1.2 test/support/scenarios/flat_scenario.rb
web-console-2.1.1 test/support/scenarios/flat_scenario.rb
web-console-2.1.0 test/support/scenarios/flat_scenario.rb