Sha256: 13fbbdfdfa780bd8477a31c0c6e50d460e79cecd65f4da00afebac53f0480262

Contents?: true

Size: 196 Bytes

Versions: 1

Compression:

Stored size: 196 Bytes

Contents

require 'markdo/commands/command'

module Markdo
  class StarCommand < Command
    def run
      task_collection.starred.each do |task|
        @stdout.puts(task.line)
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
markdo-0.2.0 lib/markdo/commands/star_command.rb