lib/standup_md/entry.rb in standup_md-0.3.5 vs lib/standup_md/entry.rb in standup_md-0.3.6
- old
+ new
@@ -1,10 +1,9 @@
# frozen_string_literal: true
require 'json'
module StandupMD
-
##
# Class for handling single entries. Includes the comparable module, and
# compares by date.
class Entry
include Comparable