# File lib/viking/base.rb, line 38 def mark_as_spam_or_ham(is_spam, options={}) is_spam ? mark_as_spam(options) : mark_as_ham(options) end