Method: Esteem::Main#alias

Defined in:
lib/esteem/main.rb

#aliasObject



51
52
53
54
55
56
57
# File 'lib/esteem/main.rb', line 51

def alias
  aliasing = Alias.new \
    month: options.month,
    year: options.year,
    host: options.host
  return aliasing.success
end