module Serialbar::Helpers

Public Instance Methods

time() click to toggle source
# File lib/serialbar/helpers.rb, line 3
def time
        return Time.now
end