Sha256: 39c587b5289b9bd5fb5fc920e71ba2dc54e21614dbdabce5ecc32473c96a1830

Contents?: true

Size: 261 Bytes

Versions: 4

Compression:

Stored size: 261 Bytes

Contents

require 'basic_object'

class Kookaburra
  class NullBrowser < BasicObject
    def method_missing(*args)
      raise NullBrowserError, 
        "You did not provide a :browser to the Kookaburra configuration, but you tried to use one anyway."
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
kookaburra-0.18.3 lib/kookaburra/null_browser.rb
kookaburra-0.18.2 lib/kookaburra/null_browser.rb
kookaburra-0.18.1 lib/kookaburra/null_browser.rb
kookaburra-0.18.0 lib/kookaburra/null_browser.rb