Sha256: 998d85790883bd2776459c87b1bdf490c65e261cf3b8d6662fcb326fbfdd8249
Contents?: true
Size: 144 Bytes
Versions: 13
Compression:
Stored size: 144 Bytes
Contents
require 'markdo/query_command' module Markdo class TagCommand < QueryCommand def run(string) super("@#{string}") end end end
Version data entries
13 entries across 13 versions & 1 rubygems