Module: Span

Defined in:
lib/span.rb,
lib/span/version.rb

Defined Under Namespace

Classes: TimeDiff

Constant Summary collapse

VERSION =
"0.0.1"

Class Method Summary collapse

Class Method Details

.compute(*args, &block) ⇒ Object



6
7
8
# File 'lib/span.rb', line 6

def self.compute( *args , &block )
  TimeDiff.compute *args , &block
end