class Time

Public Instance Methods

_nydp_get(key ;) click to toggle source
# File lib/nydp/core_ext.rb, line 92
def _nydp_get      key ; _nydp_time_get(key.to_s.to_sym) ; end
_nydp_time_get(key ;) click to toggle source
# File lib/nydp/core_ext.rb, line 91
def _nydp_time_get key ; send(key) if @@wl.include?(key) ; end
nydp_type() click to toggle source
# File lib/nydp/core_ext.rb, line 93
def nydp_type          ; :time                           ; end