Method: Swallow::SpamDetector#generate_cmd

Defined in:
lib/spamdetector.rb

#generate_cmd(params) ⇒ Object



47
48
49
50
51
# File 'lib/spamdetector.rb', line 47

def generate_cmd(params)
    if params.kind_of? Hash
        return "echo"
    end
end