class MatchAssay

Public Class Methods

pass?(matcher, matchee) click to toggle source

Check assertion for ‘#=~` method.

# File lib/assay/match_assay.rb, line 13
def self.pass?(matcher, matchee)
  matcher =~ matchee
end