Module: Moments
- Defined in:
- lib/moments.rb,
lib/moments/version.rb,
lib/moments/difference.rb
Overview
Moments::Version module
Defined Under Namespace
Modules: VERSION Classes: Difference
Class Method Summary collapse
Class Method Details
.difference(from, to) ⇒ Object
8 9 10 |
# File 'lib/moments.rb', line 8 def self.difference(from, to) Moments::Difference.new from, to end |