class AocCli::Errors::YearNil
Public Instance Methods
message()
click to toggle source
# File lib/aoc_cli/errors.rb, line 36 def message <<~error #{ERROR}: No year value. Set the year using the #{"-y".yellow} or #{"--year".yellow} flags. error end