class OmniFocus::Context
Public Instance Methods
tasks()
click to toggle source
# File lib/omnifocus.rb, line 879 def tasks thing.tasks[active].get.map { |t| Task.new omnifocus, t } end
# File lib/omnifocus.rb, line 879 def tasks thing.tasks[active].get.map { |t| Task.new omnifocus, t } end