Method: TargetNode#time_format
- Defined in:
- lib/ls4/command/top.rb
#time_format(t) ⇒ Object
169 170 171 172 173 174 175 |
# File 'lib/ls4/command/top.rb', line 169 def time_format(t) if t Time.at(t).strftime(TIME_FORMAT) else "" end end |