Quantcast
Channel: EmotiCODE - Snippets and Source Code Search Engine
Viewing all articles
Browse latest Browse all 146

Ruby - Create a Todo in Things

$
0
0
require "rubygems" require "appscript" include Appscript @things = app("Things") @todos = @things.to_dos def create_to_do(name,source,link) unless @todos[its.name.eq(name)].get.length > 0 ...

Viewing all articles
Browse latest Browse all 146

Trending Articles