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