class Date
Public Instance Methods
_nydp_date()
click to toggle source
# File lib/nydp/core_ext.rb, line 85 def _nydp_date ; @__nydp_date ||= Nydp::Date.new(self) ; end
_nydp_get(key ;)
click to toggle source
# File lib/nydp/core_ext.rb, line 84 def _nydp_get key ; _nydp_date.lookup key, self ; end
nydp_type()
click to toggle source
# File lib/nydp/core_ext.rb, line 86 def nydp_type ; :date ; end