Skip to content

Commit

Permalink
require
Browse files Browse the repository at this point in the history
  • Loading branch information
ktlacaelel committed Apr 9, 2012
1 parent 9607ede commit caec076
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.rdoc
Expand Up @@ -10,6 +10,9 @@ Store a programs status to a file.

test_status_file.rb

require 'rubygems'
require 'status_file'

status = StatusFile.new '/tmp/status'
status.send "Initialized on: #{Time.now}"
status.send "Working... #{(1..100).to_a.shuffle.first}%"
Expand Down

0 comments on commit caec076

Please sign in to comment.