module Nightwatch

Constants

VERSION

Public Class Methods

configure(&block) click to toggle source
# File lib/nightwatch/configuration.rb, line 6
def self.configure(&block)
  Configuration.instance.instance_eval(&block)
end