Add precision +Runt::DPrecision+ to standard library classes Date and DateTime (which is a subclass of Date). Also, add an inlcude? method for interoperability with +Runt::TExpr+ classes
# File lib/runt.rb, line 166 def include?(expr) eql?(expr) end