Class: Fixversion::CLI::Shell::Next

Inherits:
Sod::Action
  • Object
show all
Defined in:
lib/fixversion/cli/shell.rb

Overview


Instance Method Summary collapse

Instance Method Details

#callObject



32
33
34
35
36
# File 'lib/fixversion/cli/shell.rb', line 32

def call(*)
  in_time_zone = Fixversion::InTimeZone.new
  logger.info { "Next fix version is:" }
  logger.info { in_time_zone.fetch }
end