lib/standup_md/config/cli.rb in standup_md-0.3.5 vs lib/standup_md/config/cli.rb in standup_md-0.3.6

- old
+ new

@@ -2,15 +2,13 @@ require 'date' module StandupMD class Config - ## # The configuration class for StandupMD::Cli class Cli - ## # The default options. # # @return [Hash] DEFAULTS = { @@ -20,11 +18,11 @@ edit: true, write: true, print: false, auto_fill_previous: true, preference_file: - ::File.expand_path(::File.join(ENV['HOME'], '.standuprc')), - } + ::File.expand_path(::File.join(ENV['HOME'], '.standuprc')) + }.freeze ## # The editor to use when opening standup files. If one is not set, the # first of $VISUAL, $EDITOR, or vim will be used, in that order. #