bogdan/accept_values_for

View on GitHub
lib/accept_values_for/helpers.rb

Summary

Maintainability
A
0 mins
Test Coverage
module AcceptValuesFor
  module Helpers
    def accept_values_for(*args)
      Matcher.new(*args)
    end
  end
end