module EventSource::Controls::Time::ISO8601
Public Class Methods
example(time=nil)
click to toggle source
# File lib/event_source/controls/time.rb, line 17 def self.example(time=nil) time ||= Raw.example Clock::UTC.iso8601(time) end