Method: Esteem::Main#alias
- Defined in:
- lib/esteem/main.rb
#alias ⇒ Object
51 52 53 54 55 56 57 |
# File 'lib/esteem/main.rb', line 51 def alias aliasing = Alias.new \ month: .month, year: .year, host: .host return aliasing.success end |