Methods

Included Modules

Matchy::CustomMatcher

Public Instance Methods

custom_matcher(matcher_name, &block) click to toggle source
   # File lib/matchy/custom_matcher.rb, line 4
4:     def custom_matcher(matcher_name, &block)
5:       define_method matcher_name do |*args|
6:         build_matcher(matcher_name, args, &block)
7:       end
8:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.