module Her::WebMock

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/her/webmock.rb, line 18
def self.config
  @config ||= Configuration.new
end
configure() { |config| ... } click to toggle source
# File lib/her/webmock.rb, line 13
def self.configure
  yield config
  config.freeze
end