class DateTime
Public Instance Methods
to_tg()
click to toggle source
# File lib/support.rb, line 23 def to_tg if TG.time_graph? TG::Monat[month].tag(day).stunde(hour).pop.pop else TG::Tag.fetch self end end