module Todonotes

Module Todonotes.

Encapsuate:

end

Changes

Based on a proposal in forum.ruby-portal.de/viewtopic.php?f=11&t=11957, See also stackoverflow.com/a/13668213/676874

0.1.0 2011-06-24:

0.1.1 2012-12-02

See also

0.1.2:

0.2.0

0.2.1 2015-04-28

0.2.2 2015-10-22

end

Constants

TODONOTES

'singleton'-instance of Todonotes

VERSION

Public Class Methods

codelines() click to toggle source

See Todonotes::Todonotes#codelines

end

# File lib/todonotes.rb, line 64
def codelines()
  TODONOTES.codelines()
end
log2file(filename = File.basename($0) + '.todo', level = Log4r::ALL) click to toggle source

See Todonotes::Todonotes#log2file

end

# File lib/todonotes.rb, line 76
def log2file(filename = File.basename($0) + '.todo', level = Log4r::ALL)
  TODONOTES.log2file(filename, level)
end
logger() click to toggle source

See Todonotes::Todonotes#logger

end

# File lib/todonotes.rb, line 70
def logger()
  TODONOTES.logger()
end
overview(*settings ) click to toggle source

See Todonotes::Todonotes#overview

end

# File lib/todonotes.rb, line 58
def overview(*settings )
  TODONOTES.overview( *settings )
end
print_stats( with_type = false ) click to toggle source

See Todonotes::Todonotes#overview

end