module Lite::Regulations::Base
Public Class Methods
timestamp()
click to toggle source
# File lib/lite/regulations/base.rb, line 7 def self.timestamp Time.respond_to?(:current) ? Time.current : Time.now end
# File lib/lite/regulations/base.rb, line 7 def self.timestamp Time.respond_to?(:current) ? Time.current : Time.now end