module Moments

Entrypoint for the moments gem

Moments::Version module

Public Class Methods

difference(from, to) click to toggle source
# File lib/moments.rb, line 8
def self.difference(from, to)
  Moments::Difference.new from, to
end
gem_version() click to toggle source
# File lib/moments/version.rb, line 5
def self.gem_version
  Gem::Version.new VERSION::STRING
end