Class: Time

Inherits:
Object
  • Object
show all
Defined in:
lib/mixins/time.rb

Instance Method Summary collapse

Instance Method Details

#review_ljust(size) ⇒ Object



7
8
9
# File 'lib/mixins/time.rb', line 7

def review_ljust(size)
  to_s.review_ljust(size)
end

#review_timeObject



3
4
5
# File 'lib/mixins/time.rb', line 3

def review_time
  strftime('%d-%b-%y')
end