Module Runt::DPrecision
In: lib/runt/dprecision.rb

DPrecision

Module providing automatic precisioning of Date, DateTime, and PDate classes.

Inspired by a pattern by Martin Fowler.

Author:Matthew Lipper

Methods

explode   to_p  

Classes and Modules

Class Runt::DPrecision::Precision

Constants

YEAR = Precision.year   Pseudo Singletons:
MONTH = Precision.month
WEEK = Precision.week
DAY = Precision.day
HOUR = Precision.hour
MIN = Precision.min
SEC = Precision.sec
MILLI = Precision.millisec
DEFAULT = MIN

Public Class methods

[Validate]