Palm in the Ruby of my hand
Today I’ve been playing with pilot-link and RubyInline.
Holy crap, this is fun stuff!
Palm.connect do |handheld|
handheld.open_database('ToDoDB') do |todo_list|
assert_equal ['Unfiled'], todo_list.categories
end
end
More coming in subversion through the week.
Update: changed subversion location.