lib/picky/extensions/object.rb in picky-4.6.0 vs lib/picky/extensions/object.rb in picky-4.6.1
- old
+ new
@@ -1,8 +1,6 @@
class Object
- # TODO Remove.
-
# Puts a text in the form:
# 12:34:56: text here
#
def timed_exclaim text
exclaim "#{Time.now.strftime("%H:%M:%S")}: #{text}"
\ No newline at end of file