module Banken::Matchers
Constants
- VERSION
Public Class Methods
configuration()
click to toggle source
# File lib/banken/matchers.rb, line 16 def configuration @configuration ||= Banken::Matchers::Configuration.new end
configure() { |configuration| ... }
click to toggle source
# File lib/banken/matchers.rb, line 12 def configure yield(configuration) end