# File lib/mspec/matchers/be_false.rb, line 2
2:   def matches?(actual)
3:     @actual = actual
4:     @actual == false
5:   end