Method: Evertils::Helper::Formatting.current_time

Defined in:
lib/evertils/helpers/formatting.rb

.current_timeObject

Since:

  • 2.2.1



45
46
47
# File 'lib/evertils/helpers/formatting.rb', line 45

def self.current_time
  Time.now.strftime('%I:%M')
end