Module: SpamProtect::CurrentTime

Defined in:
lib/spam_protect/current_time.rb

Class Method Summary collapse

Class Method Details

.nowObject



7
8
9
# File 'lib/spam_protect/current_time.rb', line 7

def now
  Time.respond_to?(:current) ? Time.current : Time.now
end