module AcpcTableManager::TimeRefinement

Public Instance Methods

now_as_string() click to toggle source
# File lib/acpc_table_manager.rb, line 99
def now_as_string
  now.strftime('%b%-d_%Y-at-%-H_%-M_%-S')
end