Sha256: c399d983f2cb98eb630026afd2738cec71e35390e3d59cd14ab2502a87431503
Contents?: true
Size: 149 Bytes
Versions: 1
Compression:
Stored size: 149 Bytes
Contents
#!ruby -Ku require 'timelog4r' t = Timelog4r.new t.user_id = 'your Timelog ID' t.password = 'your Password' note = 'Hello, World.' t.update(note)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
timelog4r-0.0.1 | example/hello_world.rb |