File: sample.rb

package info (click to toggle)
ruby-notify 0.5.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 148 kB
  • sloc: ruby: 112; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 122 bytes parent folder | download | duplicates (3)
1
2
3
4
5
$:.unshift File.join(File.dirname(__FILE__), 'lib')
require 'rubygems'
require 'notify'

Notify.notify 'title', 'message'