Sha256: b89c610e0fa99aa0204143b860a1748e85f65253be07470174b266fe8e937f9a
Contents?: true
Size: 156 Bytes
Versions: 13
Compression:
Stored size: 156 Bytes
Contents
require 'date' require 'markdo/date_command' module Markdo class TomorrowCommand < DateCommand def run super(Date.today + 1) end end end
Version data entries
13 entries across 13 versions & 1 rubygems