Please see for more information on the API used here: lukeplant.me.uk/articles.php?id=3
@param [String] tag @param [Hash] args
# File lib/ramaze/log/knotify.rb, line 22 def log(tag, *messages) present = class_trait[:present] tag = tag.to_s.capitalize messages.flatten.each do |message| system(%{dcop knotify default notify Ramaze "#{tag}" "#{message}" '' '' #{present} 0}) end end
Generated with the Darkfish Rdoc Generator 2.