class Minder::Task

Public Instance Methods

started?() click to toggle source
# File lib/minder/tasks/task.rb, line 13
def started?
  !!started_at
end
to_s() click to toggle source
# File lib/minder/tasks/task.rb, line 17
def to_s
  description.gsub(/\A\* /, '')
end