Sha256: a1085c4f8e3ed310998557a3cc2e296d5d6f785fe287e46a52d57138d283f5ad
Contents?: true
Size: 212 Bytes
Versions: 1
Compression:
Stored size: 212 Bytes
Contents
require 'markdo/commands/command' module Markdo class TagCommand < Command def run(string) task_collection.with_tag(string).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/tag_command.rb |