class TestMLSweeper
Public Instance Methods
test_all()
click to toggle source
# File vendor/qwik/lib/qwik/ml-sweeper.rb, line 95 def test_all c = QuickML::Sweeper eq true, c.ml_file?('/qwik/data/test') eq "test@example.net", c.mladdress('test', 'example.net') end