class Crystime::Span

Included Modules

Defined in:

crystime/virtual_time.cr

Constructors

Instance Method Summary

Macro Summary

Constructor Detail

def self.new(d, h, m, s, ns) #

[View source]
def self.new(d, h, m, s) #

[View source]
def self.new(h, m, s) #

[View source]
def self.new(seconds, nanoseconds = 0) #

[View source]

Instance Method Detail

def +(other : self) #

XXX Since on the underlying level we're working with two Time::Spans, can't we just use their +/- methods? (Assuming we're materialized, of course)


[View source]
def -(other : self) #

[View source]
def <=>(other : self) #

[View source]

Macro Detail

macro method_missing(call) #

[View source]