Module: Rtlog
- Defined in:
- lib/rtlog.rb,
lib/rtlog/pages.rb,
lib/rtlog/archives.rb
Defined Under Namespace
Modules: DirUtils
Classes: Archive, DayEntry, DayPage, Entry, IndexPage, MonthEntry, MonthPage, Page, RssPage, Tweet, TwitPic, YearEntry
Class Method Summary
collapse
Class Method Details
.logger ⇒ Object
7
8
9
|
# File 'lib/rtlog.rb', line 7
def logger
@@logger
end
|
.logger=(logger) ⇒ Object
4
5
6
|
# File 'lib/rtlog.rb', line 4
def logger=(logger)
@@logger = logger
end
|
.root ⇒ Object
11
12
13
|
# File 'lib/rtlog.rb', line 11
def root
File.join(File.dirname(__FILE__), '..')
end
|