aboutsummaryrefslogblamecommitdiffstats
path: root/activesupport/test/empty_bool.rb
blob: 005b3523efb6b1d2d6fe443166f35657f850ff03 (plain) (tree)
1
2
3
4
5
6
7






                         
class EmptyTrue
  def empty?() true; end
end

class EmptyFalse
  def empty?() false; end
end